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

Unified Diff: chrome/browser/signin/fake_account_tracker_service.h

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/signin/fake_account_tracker_service.h
diff --git a/chrome/browser/signin/fake_account_tracker_service.h b/chrome/browser/signin/fake_account_tracker_service.h
index a2fc3e6d6c76d4892a2528d8c705181648318b77..7700051911230761306846dc736945b39bed6000 100644
--- a/chrome/browser/signin/fake_account_tracker_service.h
+++ b/chrome/browser/signin/fake_account_tracker_service.h
@@ -24,7 +24,7 @@ class FakeAccountTrackerService : public AccountTrackerService {
FakeAccountTrackerService();
virtual ~FakeAccountTrackerService();
- virtual void StartFetchingUserInfo(const std::string& account_id) OVERRIDE;
+ virtual void StartFetchingUserInfo(const std::string& account_id) override;
DISALLOW_COPY_AND_ASSIGN(FakeAccountTrackerService);
};
« no previous file with comments | « chrome/browser/signin/fake_account_reconcilor.h ('k') | chrome/browser/signin/fake_profile_oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698