Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1758)

Unified Diff: chrome/test/base/in_process_browser_test.h

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/history_index_restore_observer.h ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/base/history_index_restore_observer.h ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698