diff options
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r-- | content/browser/geolocation/core_location_provider_mac.mm | 2 | ||||
-rw-r--r-- | content/browser/geolocation/win7_location_api_win.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/geolocation/core_location_provider_mac.mm b/content/browser/geolocation/core_location_provider_mac.mm index 2958872..826a42f 100644 --- a/content/browser/geolocation/core_location_provider_mac.mm +++ b/content/browser/geolocation/core_location_provider_mac.mm @@ -7,7 +7,7 @@ #include "base/logging.h" #include "base/command_line.h" #include "content/browser/geolocation/core_location_data_provider_mac.h" -#include "content/common/content_switches.h" +#include "content/public/common/content_switches.h" CoreLocationProviderMac::CoreLocationProviderMac() : is_updating_(false) { diff --git a/content/browser/geolocation/win7_location_api_win.cc b/content/browser/geolocation/win7_location_api_win.cc index 67de0d1..f66b6e2 100644 --- a/content/browser/geolocation/win7_location_api_win.cc +++ b/content/browser/geolocation/win7_location_api_win.cc @@ -10,8 +10,8 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "base/path_service.h" -#include "content/common/content_switches.h" #include "content/common/geoposition.h" +#include "content/public/common/content_switches.h" namespace { const double kKnotsToMetresPerSecondConversionFactor = 0.5144; |