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

Unified Diff: chrome/test/ui/ui_test_suite.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/ui_test.h ('k') | chrome/test/webdriver/commands/alert_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test_suite.h
diff --git a/chrome/test/ui/ui_test_suite.h b/chrome/test/ui/ui_test_suite.h
index 8d43a13ab151b0c52b3772a20d348a1bae6336c8..925c5f95acdb0915da6f3d3c4805e11e20456b94 100644
--- a/chrome/test/ui/ui_test_suite.h
+++ b/chrome/test/ui/ui_test_suite.h
@@ -18,8 +18,8 @@ class UITestSuite : public ChromeTestSuite {
UITestSuite(int argc, char** argv);
protected:
- virtual void Initialize();
- virtual void Shutdown();
+ virtual void Initialize() OVERRIDE;
+ virtual void Shutdown() OVERRIDE;
private:
#if defined(OS_WIN)
« no previous file with comments | « chrome/test/ui/ui_test.h ('k') | chrome/test/webdriver/commands/alert_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698