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

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

Issue 649313004: Standardize usage of virtual/override/final in chrome/browser/signin/ (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: 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 7700051911230761306846dc736945b39bed6000..b25a850a9dd7005ef9703594e186b4657b24a6cf 100644
--- a/chrome/browser/signin/fake_account_tracker_service.h
+++ b/chrome/browser/signin/fake_account_tracker_service.h
@@ -22,9 +22,9 @@ class FakeAccountTrackerService : public AccountTrackerService {
private:
FakeAccountTrackerService();
- virtual ~FakeAccountTrackerService();
+ ~FakeAccountTrackerService() override;
- virtual void StartFetchingUserInfo(const std::string& account_id) override;
+ 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