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

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.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/ppapi/ppapi_test.h ('k') | chrome/test/remoting/waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/remote_desktop_browsertest.h
diff --git a/chrome/test/remoting/remote_desktop_browsertest.h b/chrome/test/remoting/remote_desktop_browsertest.h
index e4a025ec53d95f545635813d9c5f0ab3e7451e8d..22fa2d81681172aed1c044bb1086fe6cb484dd3e 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.h
+++ b/chrome/test/remoting/remote_desktop_browsertest.h
@@ -54,15 +54,15 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest {
virtual ~RemoteDesktopBrowserTest();
// InProcessBrowserTest Overrides
- virtual void SetUp() OVERRIDE;
- virtual void SetUpOnMainThread() OVERRIDE;
+ virtual void SetUp() override;
+ virtual void SetUpOnMainThread() override;
protected:
// InProcessBrowserTest Overrides
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
+ virtual void SetUpInProcessBrowserTestFixture() override;
// InProcessBrowserTest Overrides
- virtual void TearDownInProcessBrowserTestFixture() OVERRIDE;
+ virtual void TearDownInProcessBrowserTestFixture() override;
// The following helpers each perform a simple task.
« no previous file with comments | « chrome/test/ppapi/ppapi_test.h ('k') | chrome/test/remoting/waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698