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

Unified Diff: content/test/browser_test.h

Issue 8548020: Add OVERRIDE to content/. (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 | « content/browser/renderer_host/mock_render_process_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/browser_test.h
diff --git a/content/test/browser_test.h b/content/test/browser_test.h
index 8df4173fe6827b07002d27d412be0cd16889783c..b14874af5c087106200bbb5f81ac610fc3db735b 100644
--- a/content/test/browser_test.h
+++ b/content/test/browser_test.h
@@ -58,9 +58,9 @@ void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::RunTestOnMainThread()
public: \
GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \
protected: \
- virtual void RunTestOnMainThread(); \
+ virtual void RunTestOnMainThread() OVERRIDE; \
private: \
- virtual void TestBody() {} \
+ virtual void TestBody() OVERRIDE {} \
static int AddToRegistry() { \
::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
GetTestCasePatternHolder<test_case_name>(\
« no previous file with comments | « content/browser/renderer_host/mock_render_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698