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

Unified Diff: remoting/protocol/audio_reader.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/host/video_scheduler_unittest.cc ('k') | remoting/protocol/audio_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/audio_reader.h
diff --git a/remoting/protocol/audio_reader.h b/remoting/protocol/audio_reader.h
index b88b0662e2708117341ed5592edea9352f4ec1f9..e78392bf3aebe2a3285b7d07827f875e9ed1e093 100644
--- a/remoting/protocol/audio_reader.h
+++ b/remoting/protocol/audio_reader.h
@@ -26,12 +26,12 @@ class AudioReader : public ChannelDispatcherBase {
public:
static scoped_ptr<AudioReader> Create(const SessionConfig& config);
- virtual ~AudioReader();
+ ~AudioReader() override;
void set_audio_stub(AudioStub* audio_stub) { audio_stub_ = audio_stub; }
protected:
- virtual void OnInitialized() override;
+ void OnInitialized() override;
private:
explicit AudioReader(AudioPacket::Encoding encoding);
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | remoting/protocol/audio_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698