| Index: content/browser/geolocation/gps_location_provider_unittest_linux.cc
|
| ===================================================================
|
| --- content/browser/geolocation/gps_location_provider_unittest_linux.cc (revision 0)
|
| +++ content/browser/geolocation/gps_location_provider_unittest_linux.cc (working copy)
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/gps_location_provider_linux.h"
|
| -
|
| -#include "chrome/browser/browser_thread.h"
|
| -#include "chrome/browser/geolocation/libgps_wrapper_linux.h"
|
| +#include "content/browser/browser_thread.h"
|
| +#include "content/browser/geolocation/gps_location_provider_linux.h"
|
| +#include "content/browser/geolocation/libgps_wrapper_linux.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| struct gps_data_t {
|
|
|
| Property changes on: content\browser\geolocation\gps_location_provider_unittest_linux.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|