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/protocol/audio_writer.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/protocol/audio_reader.h ('k') | remoting/protocol/authenticator_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/audio_writer.h
diff --git a/remoting/protocol/audio_writer.h b/remoting/protocol/audio_writer.h
index 0ec008e443ab36050494d20552a7e0e84aeadf53..73aa0d3b8fe11290409020f0fd8ccf6fd43cce2a 100644
--- a/remoting/protocol/audio_writer.h
+++ b/remoting/protocol/audio_writer.h
@@ -36,10 +36,10 @@ class AudioWriter : public ChannelDispatcherBase,
// AudioStub interface.
virtual void ProcessAudioPacket(scoped_ptr<AudioPacket> packet,
- const base::Closure& done) OVERRIDE;
+ const base::Closure& done) override;
protected:
- virtual void OnInitialized() OVERRIDE;
+ virtual void OnInitialized() override;
private:
AudioWriter();
« no previous file with comments | « remoting/protocol/audio_reader.h ('k') | remoting/protocol/authenticator_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698