From 631bb742a2798549af691af7357236ce0899b4cb Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 2 Nov 2011 11:29:39 +0000 Subject: Move BrowserThread to content namespace. TBR=owners BUG=98716 Review URL: http://codereview.chromium.org/8437002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108270 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/geolocation/core_location_data_provider_mac.mm | 2 ++ content/browser/geolocation/geolocation_dispatcher_host.cc | 4 +++- content/browser/geolocation/gps_location_provider_unittest_linux.cc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'content/browser/geolocation') diff --git a/content/browser/geolocation/core_location_data_provider_mac.mm b/content/browser/geolocation/core_location_data_provider_mac.mm index 09e7cf3..1a86edd 100644 --- a/content/browser/geolocation/core_location_data_provider_mac.mm +++ b/content/browser/geolocation/core_location_data_provider_mac.mm @@ -17,6 +17,8 @@ #include "content/browser/geolocation/core_location_provider_mac.h" #include "content/browser/geolocation/geolocation_provider.h" +using content::BrowserThread; + // A few required declarations since the CoreLocation headers are not available // with the Mac OS X 10.5 SDK. // TODO(jorgevillatoro): Remove these declarations when we build against 10.6 diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc index 4f28934..8458b3a 100644 --- a/content/browser/geolocation/geolocation_dispatcher_host.cc +++ b/content/browser/geolocation/geolocation_dispatcher_host.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -16,6 +16,8 @@ #include "content/common/geolocation_messages.h" #include "content/common/geoposition.h" +using content::BrowserThread; + namespace { class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost, public GeolocationObserver { diff --git a/content/browser/geolocation/gps_location_provider_unittest_linux.cc b/content/browser/geolocation/gps_location_provider_unittest_linux.cc index b8b8894..cdcf009 100644 --- a/content/browser/geolocation/gps_location_provider_unittest_linux.cc +++ b/content/browser/geolocation/gps_location_provider_unittest_linux.cc @@ -7,6 +7,7 @@ #include "content/browser/geolocation/libgps_wrapper_linux.h" #include "testing/gtest/include/gtest/gtest.h" +using content::BrowserThread; using content::BrowserThreadImpl; struct gps_data_t { -- cgit v1.1