| 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 {
|
|
|