Index: chrome/test/base/in_process_browser_test.h |
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h |
index 34a1e5115e80b55bf8395990ef9d950563def0c2..e91a3e7296928bd577ac0cfbd0d04fc52f2aabe2 100644 |
--- a/chrome/test/base/in_process_browser_test.h |
+++ b/chrome/test/base/in_process_browser_test.h |
@@ -98,10 +98,10 @@ class InProcessBrowserTest : public content::BrowserTestBase { |
// Configures everything for an in process browser test, then invokes |
// BrowserMain. BrowserMain ends up invoking RunTestOnMainThreadLoop. |
- virtual void SetUp() OVERRIDE; |
+ virtual void SetUp() override; |
// Restores state configured in SetUp. |
- virtual void TearDown() OVERRIDE; |
+ virtual 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; |
+ virtual void RunTestOnMainThreadLoop() override; |
// Creates a browser with a single tab (about:blank), waits for the tab to |
// finish loading and shows the browser. |