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

Unified Diff: content/renderer/media/audio_input_message_filter.cc

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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 | « content/renderer/media/audio_input_message_filter.h ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_input_message_filter.cc
diff --git a/content/renderer/media/audio_input_message_filter.cc b/content/renderer/media/audio_input_message_filter.cc
index 171ddf8e126d1ae1bbac2731227faa7875166edc..e96b874c7068d1d876d74ead6683b32076ef649a 100644
--- a/content/renderer/media/audio_input_message_filter.cc
+++ b/content/renderer/media/audio_input_message_filter.cc
@@ -39,10 +39,10 @@ class AudioInputMessageFilter::AudioInputIPCImpl
int session_id,
const media::AudioParameters& params,
bool automatic_gain_control,
- uint32 total_segments) OVERRIDE;
- virtual void RecordStream() OVERRIDE;
- virtual void SetVolume(double volume) OVERRIDE;
- virtual void CloseStream() OVERRIDE;
+ uint32 total_segments) override;
+ virtual void RecordStream() override;
+ virtual void SetVolume(double volume) override;
+ virtual void CloseStream() override;
private:
const scoped_refptr<AudioInputMessageFilter> filter_;
« no previous file with comments | « content/renderer/media/audio_input_message_filter.h ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698