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

Unified Diff: ppapi/proxy/output_protection_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/network_proxy_resource.h ('k') | ppapi/proxy/pdf_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/output_protection_resource.h
diff --git a/ppapi/proxy/output_protection_resource.h b/ppapi/proxy/output_protection_resource.h
index b56a33d7b222c492d219f1ea584425b16a805afb..6b80b9108089db0a2cc9b1a62779aed936906247 100644
--- a/ppapi/proxy/output_protection_resource.h
+++ b/ppapi/proxy/output_protection_resource.h
@@ -26,16 +26,16 @@ class OutputProtectionResource
// PluginResource overrides.
virtual thunk::PPB_OutputProtection_API* AsPPB_OutputProtection_API()
- OVERRIDE;
+ override;
// PPB_OutputProtection_API implementation.
virtual int32_t QueryStatus(
uint32_t* link_mask,
uint32_t* protection_mask,
- const scoped_refptr<TrackedCallback>& callback) OVERRIDE;
+ const scoped_refptr<TrackedCallback>& callback) override;
virtual int32_t EnableProtection(
uint32_t desired_method_mask,
- const scoped_refptr<TrackedCallback>& callback) OVERRIDE;
+ const scoped_refptr<TrackedCallback>& callback) override;
void OnPluginMsgQueryStatusReply(
uint32_t* out_link_mask,
« no previous file with comments | « ppapi/proxy/network_proxy_resource.h ('k') | ppapi/proxy/pdf_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698