Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / v8_unit_test.h
index b12238f..830da54 100644 (file)
 class V8UnitTest : public testing::Test {
  public:
   V8UnitTest();
-  virtual ~V8UnitTest();
+  ~V8UnitTest() override;
 
   // Methods from testing::Test.
-  virtual void SetUp() OVERRIDE;
+  void SetUp() override;
 
  protected:
   // Add a custom helper JS library for your test. If |library_path| is