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

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

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/signin/signin_browsertest.cc ('k') | chrome/browser/signin/signin_error_notifier_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_error_notifier_ash.h
diff --git a/chrome/browser/signin/signin_error_notifier_ash.h b/chrome/browser/signin/signin_error_notifier_ash.h
index 1b7a2d771515df39bffe6bf571b05b8927db5511..c371fb336c5750cae10b663fba25ac6a4dc00953 100644
--- a/chrome/browser/signin/signin_error_notifier_ash.h
+++ b/chrome/browser/signin/signin_error_notifier_ash.h
@@ -20,13 +20,13 @@ class SigninErrorNotifier : public SigninErrorController::Observer,
public KeyedService {
public:
SigninErrorNotifier(SigninErrorController* controller, Profile* profile);
- virtual ~SigninErrorNotifier();
+ ~SigninErrorNotifier() override;
// KeyedService:
- virtual void Shutdown() override;
+ void Shutdown() override;
// SigninErrorController::Observer:
- virtual void OnErrorChanged() override;
+ void OnErrorChanged() override;
private:
base::string16 GetMessageBody() const;
« no previous file with comments | « chrome/browser/signin/signin_browsertest.cc ('k') | chrome/browser/signin/signin_error_notifier_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698