summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 16:09:44 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 16:09:44 +0000
commit2a026e544be39ea9c7da534bf8433fc8704fe5cc (patch)
tree9c964679770d5da383b7e486d10e65d70285b30c /ipc/ipc_channel.h
parent8076ec09436c54c8c8d242629a7667abf0feb7a7 (diff)
downloadchromium_src-2a026e544be39ea9c7da534bf8433fc8704fe5cc.zip
chromium_src-2a026e544be39ea9c7da534bf8433fc8704fe5cc.tar.gz
chromium_src-2a026e544be39ea9c7da534bf8433fc8704fe5cc.tar.bz2
Add OVERRIDE to ipc/.
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8590004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r--ipc/ipc_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 718f2b3..983503b 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -140,7 +140,7 @@ class IPC_EXPORT Channel : public Message::Sender {
//
// |message| must be allocated using operator new. This object will be
// deleted once the contents of the Message have been sent.
- virtual bool Send(Message* message);
+ virtual bool Send(Message* message) OVERRIDE;
#if defined(OS_POSIX) && !defined(OS_NACL)
// On POSIX an IPC::Channel wraps a socketpair(), this method returns the