summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 22:20:29 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 22:20:29 +0000
commitc08950d205ff5366e6e26059cd6568cb89b28c90 (patch)
tree51640a82f1d019b619df2bbe55b612ef2d66094e /content/browser/geolocation
parentaea9fa18d6b83fa89042d9b16d70a9d1ade82d75 (diff)
downloadchromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.zip
chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.gz
chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.bz2
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
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r--content/browser/geolocation/core_location_provider_mac.mm2
-rw-r--r--content/browser/geolocation/win7_location_api_win.cc2
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;