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

Unified Diff: content/common/np_channel_base.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/common/message_router.h ('k') | content/common/npobject_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/np_channel_base.h
diff --git a/content/common/np_channel_base.h b/content/common/np_channel_base.h
index dacfb00d51d3e4fd9f6d0c6c64f6c0d864462fd9..d02e9c65e2f0a5bf4502b6fb0f64ab9c51c9fb01 100644
--- a/content/common/np_channel_base.h
+++ b/content/common/np_channel_base.h
@@ -73,7 +73,7 @@ class NPChannelBase : public IPC::Channel::Listener,
// IPC::Message::Sender implementation:
- virtual bool Send(IPC::Message* msg);
+ virtual bool Send(IPC::Message* msg) OVERRIDE;
int peer_pid() { return peer_pid_; }
IPC::ChannelHandle channel_handle() const { return channel_handle_; }
« no previous file with comments | « content/common/message_router.h ('k') | content/common/npobject_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698