From c08950d205ff5366e6e26059cd6568cb89b28c90 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 13 Oct 2011 22:20:29 +0000 Subject: Move content_switches to content\public\common. BUG=98716 Review URL: http://codereview.chromium.org/8277018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/geolocation/core_location_provider_mac.mm | 2 +- content/browser/geolocation/win7_location_api_win.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/geolocation') 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; -- cgit v1.1