diff options
Diffstat (limited to 'components/metrics/profiler/tracking_synchronizer.h')
-rw-r--r-- | components/metrics/profiler/tracking_synchronizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/metrics/profiler/tracking_synchronizer.h b/components/metrics/profiler/tracking_synchronizer.h index 75f1f33..2bc08e7 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 |