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

Unified Diff: remoting/base/decompressor_verbatim.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/decoder_row_based.h ('k') | remoting/base/decompressor_zlib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/decompressor_verbatim.h
diff --git a/remoting/base/decompressor_verbatim.h b/remoting/base/decompressor_verbatim.h
index ca712bf25e930934538d3079bcef8008dea6ece4..cad9022e8f09fef136fa3f422bce8d2f98550176 100644
--- a/remoting/base/decompressor_verbatim.h
+++ b/remoting/base/decompressor_verbatim.h
@@ -16,12 +16,12 @@ class DecompressorVerbatim : public Decompressor {
DecompressorVerbatim();
virtual ~DecompressorVerbatim();
- 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;
};
} // namespace remoting
« no previous file with comments | « remoting/base/decoder_row_based.h ('k') | remoting/base/decompressor_zlib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698