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

Unified Diff: ppapi/proxy/ppp_text_input_proxy.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/ppp_mouse_lock_proxy.h ('k') | ppapi/proxy/printing_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppp_text_input_proxy.h
diff --git a/ppapi/proxy/ppp_text_input_proxy.h b/ppapi/proxy/ppp_text_input_proxy.h
index 7ac0cacffabfa7cb71052eb2435da7580a6b1272..59c7a9d807612ba709b08580c5a6165c3531f005 100644
--- a/ppapi/proxy/ppp_text_input_proxy.h
+++ b/ppapi/proxy/ppp_text_input_proxy.h
@@ -21,7 +21,7 @@ class PPP_TextInput_Proxy : public InterfaceProxy {
static const PPP_TextInput_Dev* GetProxyInterface();
// InterfaceProxy implementation.
- virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& msg) override;
private:
// Message handlers.
« no previous file with comments | « ppapi/proxy/ppp_mouse_lock_proxy.h ('k') | ppapi/proxy/printing_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698