Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / in_process_browser_test.h
index 34a1e51..3a45f8d 100644 (file)
@@ -94,14 +94,14 @@ class ContentRendererClient;
 class InProcessBrowserTest : public content::BrowserTestBase {
  public:
   InProcessBrowserTest();
-  virtual ~InProcessBrowserTest();
+  ~InProcessBrowserTest() override;
 
   // Configures everything for an in process browser test, then invokes
   // BrowserMain. BrowserMain ends up invoking RunTestOnMainThreadLoop.
-  virtual void SetUp() OVERRIDE;
+  void SetUp() override;
 
   // Restores state configured in SetUp.
-  virtual void TearDown() OVERRIDE;
+  void TearDown() override;
 
  protected:
   // Returns the browser created by CreateBrowser.
@@ -123,7 +123,7 @@ class InProcessBrowserTest : public content::BrowserTestBase {
   virtual bool SetUpUserDataDirectory() WARN_UNUSED_RESULT;
 
   // BrowserTestBase:
-  virtual void RunTestOnMainThreadLoop() OVERRIDE;
+  void RunTestOnMainThreadLoop() override;
 
   // Creates a browser with a single tab (about:blank), waits for the tab to
   // finish loading and shows the browser.