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

Unified Diff: remoting/base/decompressor_zlib.h

Issue 8601011: Add OVERRIDE to remoting/. (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 | « remoting/base/decompressor_verbatim.h ('k') | remoting/client/plugin/chromoting_scriptable_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decompressor_zlib.h
diff --git a/remoting/base/decompressor_zlib.h b/remoting/base/decompressor_zlib.h
index 007672b012d1a332765d0a7e2b48287687708012..5d1a88bf2d4926b982857a3f08fdca15515a9211 100644
--- a/remoting/base/decompressor_zlib.h
+++ b/remoting/base/decompressor_zlib.h
@@ -18,12 +18,12 @@ class DecompressorZlib : public Decompressor {
DecompressorZlib();
virtual ~DecompressorZlib();
- virtual void Reset();
+ virtual void Reset() OVERRIDE;
// Decompressor implementations.
virtual bool Process(const uint8* input_data, int input_size,
uint8* output_data, int output_size,
- int* consumed, int* written);
+ int* consumed, int* written) OVERRIDE;
private:
void InitStream();
« no previous file with comments | « remoting/base/decompressor_verbatim.h ('k') | remoting/client/plugin/chromoting_scriptable_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698