Index: content/child/geofencing/geofencing_dispatcher.h |
diff --git a/content/child/geofencing/geofencing_dispatcher.h b/content/child/geofencing/geofencing_dispatcher.h |
index 5784e4e48b83f7e553c11154e14313f9d5036fce..24fc89936d72371011fd282e97347be7915624c6 100644 |
--- a/content/child/geofencing/geofencing_dispatcher.h |
+++ b/content/child/geofencing/geofencing_dispatcher.h |
@@ -63,7 +63,7 @@ class GeofencingDispatcher : public WorkerTaskRunner::Observer { |
const std::map<std::string, blink::WebCircularGeofencingRegion>& regions); |
// WorkerTaskRunner::Observer implementation. |
- virtual void OnWorkerRunLoopStopped() OVERRIDE; |
+ virtual void OnWorkerRunLoopStopped() override; |
scoped_refptr<ThreadSafeSender> thread_safe_sender_; |
IDMap<blink::WebGeofencingCallbacks, IDMapOwnPointer> |