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

Unified Diff: net/http/http_stream_parser.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/http/http_stream_factory_impl_request.h ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_parser.h
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
index 824a238983df0751014d037733fc9f7d1d9d6d39..aa218f8cf1c0a1ac12c8351aab8d9c79954cc222 100644
--- a/net/http/http_stream_parser.h
+++ b/net/http/http_stream_parser.h
@@ -74,7 +74,7 @@ class HttpStreamParser : public ChunkCallback {
void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
// ChunkCallback methods.
- virtual void OnChunkAvailable();
+ virtual void OnChunkAvailable() OVERRIDE;
private:
// FOO_COMPLETE states implement the second half of potentially asynchronous
« no previous file with comments | « net/http/http_stream_factory_impl_request.h ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698