Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / panels / test_panel_notification_observer.h
index 92b0915..cc07080 100644 (file)
@@ -22,15 +22,15 @@ class TestPanelNotificationObserver : public content::NotificationObserver {
  public:
   TestPanelNotificationObserver(int notification,
                                 const content::NotificationSource& source);
-  virtual ~TestPanelNotificationObserver();
+  ~TestPanelNotificationObserver() override;
 
   // Wait until the expected state is achieved.
   void Wait();
 
   // content::NotificationObserver:
-  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;
 
  protected:
   virtual bool AtExpectedState() = 0;