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

Unified Diff: content/test/render_view_test.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/test/mock_render_process.h ('k') | content/test/test_notification_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_view_test.h
diff --git a/content/test/render_view_test.h b/content/test/render_view_test.h
index 6710389a4d3146f0c4c544196d530052881ed020..d3878db73909d9a46a6ce9aecbdaee9c5dd0d372 100644
--- a/content/test/render_view_test.h
+++ b/content/test/render_view_test.h
@@ -109,9 +109,9 @@ class RenderViewTest : public testing::Test {
WebKit::WebWidget* GetWebWidget();
// testing::Test
- virtual void SetUp();
+ virtual void SetUp() OVERRIDE;
- virtual void TearDown();
+ virtual void TearDown() OVERRIDE;
MessageLoop msg_loop_;
scoped_ptr<MockRenderProcess> mock_process_;
« no previous file with comments | « content/test/mock_render_process.h ('k') | content/test/test_notification_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698