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

Unified Diff: remoting/base/compound_buffer.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months 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/breakpad_win_unittest.cc ('k') | remoting/base/plugin_thread_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/compound_buffer.h
diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h
index 227f5faff83c7e0268fc37939a315f56c8c63532..c919f881688c3154281bf81d0771733e45d1a5fb 100644
--- a/remoting/base/compound_buffer.h
+++ b/remoting/base/compound_buffer.h
@@ -108,10 +108,10 @@ class CompoundBufferInputStream
int position() const { return position_; }
// google::protobuf::io::ZeroCopyInputStream interface.
- virtual bool Next(const void** data, int* size) OVERRIDE;
- virtual void BackUp(int count) OVERRIDE;
- virtual bool Skip(int count) OVERRIDE;
- virtual int64 ByteCount() const OVERRIDE;
+ virtual bool Next(const void** data, int* size) override;
+ virtual void BackUp(int count) override;
+ virtual bool Skip(int count) override;
+ virtual int64 ByteCount() const override;
private:
const CompoundBuffer* buffer_;
« no previous file with comments | « remoting/base/breakpad_win_unittest.cc ('k') | remoting/base/plugin_thread_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698