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

Unified Diff: content/child/npapi/npobject_stub.h

Issue 630743005: Replace OVERRIDE and FINAL with override and final in content/child/[a-s]* (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 | « content/child/npapi/npobject_proxy.h ('k') | content/child/npapi/plugin_stream_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/npobject_stub.h
diff --git a/content/child/npapi/npobject_stub.h b/content/child/npapi/npobject_stub.h
index d73c27d11f693dd949f3723d0b8d52b88fb05b5c..6dddae6f880985e7b6245fa85a3272f343e9063a 100644
--- a/content/child/npapi/npobject_stub.h
+++ b/content/child/npapi/npobject_stub.h
@@ -47,16 +47,16 @@ class NPObjectStub : public IPC::Listener,
void DeleteSoon();
// IPC::Sender implementation:
- virtual bool Send(IPC::Message* msg) OVERRIDE;
+ virtual bool Send(IPC::Message* msg) override;
// NPObjectBase implementation.
- virtual NPObject* GetUnderlyingNPObject() OVERRIDE;
- virtual IPC::Listener* GetChannelListener() OVERRIDE;
+ virtual NPObject* GetUnderlyingNPObject() override;
+ virtual IPC::Listener* GetChannelListener() override;
private:
// IPC::Listener implementation:
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- virtual void OnChannelError() OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
+ virtual void OnChannelError() override;
// message handlers
void OnRelease(IPC::Message* reply_msg);
« no previous file with comments | « content/child/npapi/npobject_proxy.h ('k') | content/child/npapi/plugin_stream_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698