Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: content/browser/geolocation/geolocation_dispatcher_host.cc

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/geolocation/geolocation_dispatcher_host.cc
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc
index 4f2893453758ff2c2577500c71f8d5276e4196e1..4712b61e9e77cd6bdf44bb8ac3378663e656dd6c 100644
--- a/content/browser/geolocation/geolocation_dispatcher_host.cc
+++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
@@ -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 {

Powered by Google App Engine
This is Rietveld 408576698