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

Unified Diff: athena/test/chrome/athena_browsertest.h

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « athena/test/base/test_resource_manager_delegate.cc ('k') | athena/util/drag_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/chrome/athena_browsertest.h
diff --git a/athena/test/chrome/athena_browsertest.h b/athena/test/chrome/athena_browsertest.h
index b14ecc1e3db6894e58583711fd38bfe7f18475b1..8402afb4d78942ac4bf02091a612df43cdb42a93 100644
--- a/athena/test/chrome/athena_browsertest.h
+++ b/athena/test/chrome/athena_browsertest.h
@@ -24,7 +24,7 @@ class AthenaBrowserTest : public InProcessBrowserTest {
// Configures everything for an in process browser test, then invokes
// BrowserMain. BrowserMain ends up invoking RunTestOnMainThreadLoop.
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
// Sends a memory pressure event to the resource manager with a new |pressure|
@@ -43,7 +43,7 @@ class AthenaBrowserTest : public InProcessBrowserTest {
void WaitUntilIdle();
// BrowserTestBase:
- virtual void SetUpOnMainThread() OVERRIDE;
+ virtual void SetUpOnMainThread() override;
private:
DISALLOW_COPY_AND_ASSIGN(AthenaBrowserTest);
« no previous file with comments | « athena/test/base/test_resource_manager_delegate.cc ('k') | athena/util/drag_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698