Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / ntp / ntp_login_handler.h
index d6734c2..e3a67c4 100644 (file)
@@ -19,15 +19,15 @@ class NTPLoginHandler : public content::WebUIMessageHandler,
                         public content::NotificationObserver {
  public:
   NTPLoginHandler();
-  virtual ~NTPLoginHandler();
+  ~NTPLoginHandler() override;
 
   // WebUIMessageHandler interface
-  virtual void RegisterMessages() OVERRIDE;
+  void RegisterMessages() override;
 
   // content::NotificationObserver interface
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Returns true if the login handler should be shown in a new tab page
   // for the given |profile|. |profile| must not be NULL.