Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / test / content_browser_test.h
index 7fa9d34..cd73852 100644 (file)
@@ -17,14 +17,14 @@ class ShellMainDelegate;
 class ContentBrowserTest : public BrowserTestBase {
  protected:
   ContentBrowserTest();
-  virtual ~ContentBrowserTest();
+  ~ContentBrowserTest() override;
 
   // testing::Test:
-  virtual void SetUp() OVERRIDE;
-  virtual void TearDown() OVERRIDE;
+  void SetUp() override;
+  void TearDown() override;
 
   // BrowserTestBase:
-  virtual void RunTestOnMainThreadLoop() OVERRIDE;
+  void RunTestOnMainThreadLoop() override;
 
  protected:
   // Creates a new window and loads about:blank.