summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/network_location_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/network_location_provider.h')
-rw-r--r--content/browser/geolocation/network_location_provider.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/content/browser/geolocation/network_location_provider.h b/content/browser/geolocation/network_location_provider.h
index a1ba5b3..84ecfd94 100644
--- a/content/browser/geolocation/network_location_provider.h
+++ b/content/browser/geolocation/network_location_provider.h
@@ -28,8 +28,7 @@ class AccessTokenStore;
class NetworkLocationProvider
: public base::NonThreadSafe,
public LocationProviderBase,
- public WifiDataProvider::ListenerInterface,
- public NetworkLocationRequest::ListenerInterface {
+ public WifiDataProvider::ListenerInterface {
public:
// Cache of recently resolved locations. Public for tests.
class CONTENT_EXPORT PositionCache {
@@ -93,11 +92,10 @@ class NetworkLocationProvider
// DeviceDataProvider::ListenerInterface implementation.
virtual void DeviceDataUpdateAvailable(WifiDataProvider* provider) OVERRIDE;
- // NetworkLocationRequest::ListenerInterface implementation.
- virtual void LocationResponseAvailable(const Geoposition& position,
- bool server_error,
- const string16& access_token,
- const WifiData& wifi_data) OVERRIDE;
+ void LocationResponseAvailable(const Geoposition& position,
+ bool server_error,
+ const string16& access_token,
+ const WifiData& wifi_data);
scoped_refptr<AccessTokenStore> access_token_store_;