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

Unified Diff: chrome/browser/sync/test/integration/themes_helper.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/sync/test/integration/themes_helper.cc
diff --git a/chrome/browser/sync/test/integration/themes_helper.cc b/chrome/browser/sync/test/integration/themes_helper.cc
index 79a948cd4c268d099e640c6924deaa932c2bdf56..db6dc67f27ade01a7cbfa95daca79cfe10e24a2a 100644
--- a/chrome/browser/sync/test/integration/themes_helper.cc
+++ b/chrome/browser/sync/test/integration/themes_helper.cc
@@ -90,13 +90,13 @@ class ThemePendingInstallChecker : public StatusChangeChecker,
virtual ~ThemePendingInstallChecker();
// Implementation of StatusChangeChecker.
- virtual std::string GetDebugMessage() const OVERRIDE;
- virtual bool IsExitConditionSatisfied() OVERRIDE;
+ virtual std::string GetDebugMessage() const override;
+ virtual bool IsExitConditionSatisfied() override;
// Implementation of content::NotificationObserver.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// Waits until the condition to be met or a timeout occurs.
void Wait();
@@ -170,13 +170,13 @@ class ThemeConditionChecker : public StatusChangeChecker,
virtual ~ThemeConditionChecker();
// Implementation of StatusChangeChecker.
- virtual std::string GetDebugMessage() const OVERRIDE;
- virtual bool IsExitConditionSatisfied() OVERRIDE;
+ virtual std::string GetDebugMessage() const override;
+ virtual bool IsExitConditionSatisfied() override;
// Implementation of content::NotificationObserver.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// Waits until the condition to be met or a timeout occurs.
void Wait();

Powered by Google App Engine
This is Rietveld 408576698