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

Unified Diff: chrome/browser/sync/sync_global_error_unittest.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
« no previous file with comments | « chrome/browser/sync/sync_global_error_factory.h ('k') | chrome/browser/sync/sync_policy_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error_unittest.cc
diff --git a/chrome/browser/sync/sync_global_error_unittest.cc b/chrome/browser/sync/sync_global_error_unittest.cc
index 2d7498bd0f802ebf2056510a9f64b395f2f63815..f3ca5f3f666dc32f07c160349e9841aee0093550 100644
--- a/chrome/browser/sync/sync_global_error_unittest.cc
+++ b/chrome/browser/sync/sync_global_error_unittest.cc
@@ -41,10 +41,10 @@ class FakeLoginUI : public LoginUIService::LoginUI {
private:
// Overridden from LoginUIService::LoginUI:
- virtual void FocusUI() OVERRIDE {
+ virtual void FocusUI() override {
++focus_ui_call_count_;
}
- virtual void CloseUI() OVERRIDE {}
+ virtual void CloseUI() override {}
int focus_ui_call_count_;
};
@@ -60,7 +60,7 @@ class SyncGlobalErrorTest : public BrowserWithTestWindowTest {
SyncGlobalErrorTest() {}
virtual ~SyncGlobalErrorTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
profile_.reset(ProfileSyncServiceMock::MakeSignedInTestingProfile());
BrowserWithTestWindowTest::SetUp();
« no previous file with comments | « chrome/browser/sync/sync_global_error_factory.h ('k') | chrome/browser/sync/sync_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698