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

Unified Diff: chrome/test/ui/ui_test.h

Issue 8558032: Add OVERRIDE to chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/ui/npapi_test_helper.h ('k') | chrome/test/ui/ui_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 43ab2d2330407638ccb3fb7b2af1c73456a9ef33..dd54b48f8c7fec5c0ab174f9dc224437726307b9 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -367,10 +367,10 @@ class UITest : public UITestBase, public PlatformTest {
: UITestBase(), PlatformTest(), message_loop_(msg_loop_type) {
}
- virtual void SetUp();
- virtual void TearDown();
+ virtual void SetUp() OVERRIDE;
+ virtual void TearDown() OVERRIDE;
- virtual ProxyLauncher* CreateProxyLauncher();
+ virtual ProxyLauncher* CreateProxyLauncher() OVERRIDE;
// Count the number of active browser processes launched by this test.
// The count includes browser sub-processes.
« no previous file with comments | « chrome/test/ui/npapi_test_helper.h ('k') | chrome/test/ui/ui_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698