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

Unified Diff: ppapi/proxy/broker_resource.h

Issue 631733002: Replacing the OVERRIDE with override and FINAL with 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/proxy/broker_resource.h
diff --git a/ppapi/proxy/broker_resource.h b/ppapi/proxy/broker_resource.h
index 48d804174e3fe55a905eaed3f5b6519e591bc711..b2fd437fbff316fc295dcefcb8377b2319e05c22 100644
--- a/ppapi/proxy/broker_resource.h
+++ b/ppapi/proxy/broker_resource.h
@@ -20,10 +20,10 @@ class BrokerResource
virtual ~BrokerResource();
// Resource override.
- virtual thunk::PPB_Broker_Instance_API* AsPPB_Broker_Instance_API() OVERRIDE;
+ virtual thunk::PPB_Broker_Instance_API* AsPPB_Broker_Instance_API() override;
// thunk::PPB_Broker_Instance_API implementation.
- virtual PP_Bool IsAllowed() OVERRIDE;
+ virtual PP_Bool IsAllowed() override;
private:
DISALLOW_COPY_AND_ASSIGN(BrokerResource);

Powered by Google App Engine
This is Rietveld 408576698