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

Unified Diff: net/base/sdch_filter.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/base/net_test_suite.h ('k') | net/base/ssl_client_auth_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_filter.h
diff --git a/net/base/sdch_filter.h b/net/base/sdch_filter.h
index 7fa07ead859e28000ab7a4c9b958a32fc3900a07..606ceb8fdbb1b476486de9157d601d8a735aef78 100644
--- a/net/base/sdch_filter.h
+++ b/net/base/sdch_filter.h
@@ -41,7 +41,8 @@ class NET_EXPORT_PRIVATE SdchFilter : public Filter {
// Upon entry, *dest_len is the total size (in number of chars) of the
// destination buffer. Upon exit, *dest_len is the actual number of chars
// written into the destination buffer.
- virtual FilterStatus ReadFilteredData(char* dest_buffer, int* dest_len);
+ virtual FilterStatus ReadFilteredData(char* dest_buffer,
+ int* dest_len) OVERRIDE;
private:
// Internal status. Once we enter an error state, we stop processing data.
« no previous file with comments | « net/base/net_test_suite.h ('k') | net/base/ssl_client_auth_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698