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

Unified Diff: ppapi/proxy/flash_drm_resource.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
« no previous file with comments | « ppapi/proxy/flash_clipboard_resource.h ('k') | ppapi/proxy/flash_file_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/flash_drm_resource.h
diff --git a/ppapi/proxy/flash_drm_resource.h b/ppapi/proxy/flash_drm_resource.h
index dd2b599c1c21d0f1617ac76bac520c69b7f32028..53a661192dbefd95ca15c6a9e15d36891fb4adc2 100644
--- a/ppapi/proxy/flash_drm_resource.h
+++ b/ppapi/proxy/flash_drm_resource.h
@@ -26,18 +26,18 @@ class FlashDRMResource
virtual ~FlashDRMResource();
// Resource override.
- virtual thunk::PPB_Flash_DRM_API* AsPPB_Flash_DRM_API() OVERRIDE;
+ virtual thunk::PPB_Flash_DRM_API* AsPPB_Flash_DRM_API() override;
// PPB_Flash_DRM_API implementation.
virtual int32_t GetDeviceID(PP_Var* id,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
- virtual PP_Bool GetHmonitor(int64_t* hmonitor) OVERRIDE;
+ scoped_refptr<TrackedCallback> callback) override;
+ virtual PP_Bool GetHmonitor(int64_t* hmonitor) override;
virtual int32_t GetVoucherFile(
PP_Resource* file_ref,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ scoped_refptr<TrackedCallback> callback) override;
virtual int32_t MonitorIsExternal(
PP_Bool* is_external,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ scoped_refptr<TrackedCallback> callback) override;
private:
void OnPluginMsgGetDeviceIDReply(PP_Var* dest,
« no previous file with comments | « ppapi/proxy/flash_clipboard_resource.h ('k') | ppapi/proxy/flash_file_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698