Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / button / custom_button_unittest.cc
index a5d97c9..69d7187 100644 (file)
@@ -29,7 +29,7 @@ class TestCustomButton : public CustomButton {
       : CustomButton(listener) {
   }
 
-  virtual ~TestCustomButton() {}
+  ~TestCustomButton() override {}
 
  private:
   DISALLOW_COPY_AND_ASSIGN(TestCustomButton);