Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: components/metrics/profiler/tracking_synchronizer.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698