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

Unified Diff: net/tools/fetch/http_session.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only 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 | « net/tools/fetch/http_listen_socket.h ('k') | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/fetch/http_session.h
diff --git a/net/tools/fetch/http_session.h b/net/tools/fetch/http_session.h
index b4b582c78f77b59c1ff7d6ef467917cb71ec42e0..f2084318bcc2a3ecff58a9dfc06afbc2a795fc7f 100644
--- a/net/tools/fetch/http_session.h
+++ b/net/tools/fetch/http_session.h
@@ -17,7 +17,7 @@ class HttpSession : HttpListenSocket::Delegate {
virtual ~HttpSession();
virtual void OnRequest(HttpListenSocket* connection,
- HttpServerRequestInfo* info);
+ HttpServerRequestInfo* info) OVERRIDE;
private:
scoped_refptr<HttpListenSocket> socket_;
« no previous file with comments | « net/tools/fetch/http_listen_socket.h ('k') | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698