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

Unified Diff: ppapi/shared_impl/ppb_audio_config_shared.h

Issue 630883002: replace OVERRIDE and FINAL with override and final in ppapi/ (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
Index: ppapi/shared_impl/ppb_audio_config_shared.h
diff --git a/ppapi/shared_impl/ppb_audio_config_shared.h b/ppapi/shared_impl/ppb_audio_config_shared.h
index 5aca24aeaa86b5aa5c60b636a42ee45e8c4e72e7..59c6cbb4cde48eedda471a7ffb25ac68466508a2 100644
--- a/ppapi/shared_impl/ppb_audio_config_shared.h
+++ b/ppapi/shared_impl/ppb_audio_config_shared.h
@@ -40,11 +40,11 @@ class PPAPI_SHARED_EXPORT PPB_AudioConfig_Shared
static PP_AudioSampleRate RecommendSampleRate(PP_Instance);
// Resource overrides.
- virtual thunk::PPB_AudioConfig_API* AsPPB_AudioConfig_API() OVERRIDE;
+ virtual thunk::PPB_AudioConfig_API* AsPPB_AudioConfig_API() override;
// PPB_AudioConfig_API implementation.
- virtual PP_AudioSampleRate GetSampleRate() OVERRIDE;
- virtual uint32_t GetSampleFrameCount() OVERRIDE;
+ virtual PP_AudioSampleRate GetSampleRate() override;
+ virtual uint32_t GetSampleFrameCount() override;
private:
// You must call Init before using this object.
« no previous file with comments | « ppapi/shared_impl/media_stream_buffer_manager_unittest.cc ('k') | ppapi/shared_impl/ppb_device_ref_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698