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

Unified Diff: net/base/gzip_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/dnsrr_resolver.h ('k') | net/base/host_resolver_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/gzip_filter.h
diff --git a/net/base/gzip_filter.h b/net/base/gzip_filter.h
index 6da633878b895e76766ac2c8cb6d4417d11e2b81..06cabc422db91f7e32cc1530ae5d752e9303c3ea 100644
--- a/net/base/gzip_filter.h
+++ b/net/base/gzip_filter.h
@@ -49,7 +49,8 @@ class GZipFilter : public Filter {
// stream_buffer_. On the other hand, *dest_len can be 0 upon successful
// return. For example, the internal zlib may process some pre-filter data
// but not produce output yet.
- virtual FilterStatus ReadFilteredData(char* dest_buffer, int* dest_len);
+ virtual FilterStatus ReadFilteredData(char* dest_buffer,
+ int* dest_len) OVERRIDE;
private:
enum DecodingStatus {
« no previous file with comments | « net/base/dnsrr_resolver.h ('k') | net/base/host_resolver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698