| 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;
 | 
| 
 |