diff options
Diffstat (limited to 'content/browser/geolocation/geolocation_dispatcher_host.cc')
-rw-r--r-- | content/browser/geolocation/geolocation_dispatcher_host.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc index c5591cd..1096ed9 100644 --- a/content/browser/geolocation/geolocation_dispatcher_host.cc +++ b/content/browser/geolocation/geolocation_dispatcher_host.cc @@ -51,10 +51,11 @@ class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost, GeolocationPermissionContext* geolocation_permission_context); // GeolocationDispatcherHost - virtual bool OnMessageReceived(const IPC::Message& msg, bool* msg_was_ok); + virtual bool OnMessageReceived(const IPC::Message& msg, + bool* msg_was_ok) OVERRIDE; // GeolocationObserver - virtual void OnLocationUpdate(const Geoposition& position); + virtual void OnLocationUpdate(const Geoposition& position) OVERRIDE; private: virtual ~GeolocationDispatcherHostImpl(); |