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

Unified Diff: athena/test/base/activity_lifetime_tracker.h

Issue 633463003: Replacing the OVERRIDE with override in /src/athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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
« no previous file with comments | « no previous file | athena/test/chrome/athena_app_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/activity_lifetime_tracker.h
diff --git a/athena/test/base/activity_lifetime_tracker.h b/athena/test/base/activity_lifetime_tracker.h
index 8217b8b11b6c5755f1b4a227cc98d115f8e48cad..670385f0a061fb4be2d510eb637fb33221b0c4ee 100644
--- a/athena/test/base/activity_lifetime_tracker.h
+++ b/athena/test/base/activity_lifetime_tracker.h
@@ -18,10 +18,10 @@ class ActivityLifetimeTracker : public ActivityManagerObserver {
virtual ~ActivityLifetimeTracker();
// Called after an |activity| got created.
- virtual void OnActivityStarted(Activity* activity) OVERRIDE;
+ virtual void OnActivityStarted(Activity* activity) override;
// Called before an |activity| gets destroyed.
- virtual void OnActivityEnding(Activity* activity) OVERRIDE;
+ virtual void OnActivityEnding(Activity* activity) override;
// Returns the newly created activity (if any) and resets its reference.
Activity* GetNewActivityAndReset();
« no previous file with comments | « no previous file | athena/test/chrome/athena_app_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698