Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / signin / signin_error_notifier_ash.h
index f450c3c..c371fb3 100644 (file)
@@ -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;