Index: content/browser/geolocation/geolocation_dispatcher_host.cc |
=================================================================== |
--- content/browser/geolocation/geolocation_dispatcher_host.cc (revision 181789) |
+++ content/browser/geolocation/geolocation_dispatcher_host.cc (working copy) |
@@ -51,10 +51,11 @@ |
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(); |