diff options
Diffstat (limited to 'content/browser/geolocation/win7_location_api_win.cc')
-rw-r--r-- | content/browser/geolocation/win7_location_api_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |