Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / panels / test_panel_active_state_observer.h
index 48e76d0..4059b42 100644 (file)
@@ -17,11 +17,11 @@ class PanelActiveStateObserver : public TestPanelNotificationObserver {
   // for the specified panel to detect a change to the expected active
   // state.
   PanelActiveStateObserver(Panel* panel, bool expect_active);
-  virtual ~PanelActiveStateObserver();
+  ~PanelActiveStateObserver() override;
 
  private:
   // TestNotificationObserver override:
-  virtual bool AtExpectedState() OVERRIDE;
+  bool AtExpectedState() override;
 
   Panel* panel_;
   bool expect_active_;