Index: components/metrics/profiler/tracking_synchronizer.h |
diff --git a/components/metrics/profiler/tracking_synchronizer.h b/components/metrics/profiler/tracking_synchronizer.h |
index 75f1f33936dd741f4df40b7a7751af3ab49685b6..2bc08e7d8c4339ef1200d35b20b048625c2e9f7c 100644 |
--- a/components/metrics/profiler/tracking_synchronizer.h |
+++ b/components/metrics/profiler/tracking_synchronizer.h |
@@ -59,7 +59,7 @@ class TrackingSynchronizer |
// This is called on UI thread. |
virtual void OnPendingProcesses(int sequence_number, |
int pending_processes, |
- bool end) OVERRIDE; |
+ bool end) override; |
private: |
friend class base::RefCountedThreadSafe<TrackingSynchronizer>; |
@@ -75,7 +75,7 @@ class TrackingSynchronizer |
virtual void OnProfilerDataCollected( |
int sequence_number, |
const tracked_objects::ProcessDataSnapshot& profiler_data, |
- int process_type) OVERRIDE; |
+ int process_type) override; |
// Establish a new sequence_number_, and use it to notify all the processes of |
// the need to supply, to the browser, their tracking data. It also registers |