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

Unified Diff: base/test/perf_test_suite.h

Issue 8520018: Add OVERRIDE to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra header 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 | « base/task_queue.h ('k') | base/test/signaling_task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/perf_test_suite.h
diff --git a/base/test/perf_test_suite.h b/base/test/perf_test_suite.h
index 83d5b37c814e0705001150f70b726f29ecd5d9b4..ed89444084eca2e03463634e9960cc2c1d06c6fd 100644
--- a/base/test/perf_test_suite.h
+++ b/base/test/perf_test_suite.h
@@ -14,8 +14,8 @@ class PerfTestSuite : public TestSuite {
public:
PerfTestSuite(int argc, char** argv);
- virtual void Initialize();
- virtual void Shutdown();
+ virtual void Initialize() OVERRIDE;
+ virtual void Shutdown() OVERRIDE;
};
} // namespace base
« no previous file with comments | « base/task_queue.h ('k') | base/test/signaling_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698