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

Unified Diff: chrome/test/base/test_url_request_context_getter.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/base/menu_model_test.h ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_url_request_context_getter.h
diff --git a/chrome/test/base/test_url_request_context_getter.h b/chrome/test/base/test_url_request_context_getter.h
index c8be5a7ce8d36aa9324cfe2bc1fa5e1479ec6375..8dd7b522dcfac39a82292f7659cbfe49b50273be 100644
--- a/chrome/test/base/test_url_request_context_getter.h
+++ b/chrome/test/base/test_url_request_context_getter.h
@@ -24,8 +24,9 @@ class TestURLRequestContextGetter : public net::URLRequestContextGetter {
virtual ~TestURLRequestContextGetter();
// net::URLRequestContextGetter implementation.
- virtual net::URLRequestContext* GetURLRequestContext();
- virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const;
+ virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
+ virtual scoped_refptr<base::MessageLoopProxy>
+ GetIOMessageLoopProxy() const OVERRIDE;
private:
scoped_refptr<net::URLRequestContext> context_;
« no previous file with comments | « chrome/test/base/menu_model_test.h ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698