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

Unified Diff: ppapi/proxy/ppp_instance_private_proxy_unittest.cc

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/ppb_x509_certificate_private_proxy.cc ('k') | ppapi/proxy/ppp_messaging_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppp_instance_private_proxy_unittest.cc
diff --git a/ppapi/proxy/ppp_instance_private_proxy_unittest.cc b/ppapi/proxy/ppp_instance_private_proxy_unittest.cc
index f9a54e4f40cb628cea49296d89f43e25a5490c4f..e373c48d2e843f1aa8bd5eab60cc5511b1873673 100644
--- a/ppapi/proxy/ppp_instance_private_proxy_unittest.cc
+++ b/ppapi/proxy/ppp_instance_private_proxy_unittest.cc
@@ -28,8 +28,8 @@ class V8ObjectVar : public ppapi::Var {
virtual ~V8ObjectVar() {}
// Var overrides.
- virtual V8ObjectVar* AsV8ObjectVar() OVERRIDE { return this; }
- virtual PP_VarType GetType() const OVERRIDE { return PP_VARTYPE_OBJECT; }
+ virtual V8ObjectVar* AsV8ObjectVar() override { return this; }
+ virtual PP_VarType GetType() const override { return PP_VARTYPE_OBJECT; }
};
namespace proxy {
« no previous file with comments | « ppapi/proxy/ppb_x509_certificate_private_proxy.cc ('k') | ppapi/proxy/ppp_messaging_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698