diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 16:09:44 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 16:09:44 +0000 |
commit | 2a026e544be39ea9c7da534bf8433fc8704fe5cc (patch) | |
tree | 9c964679770d5da383b7e486d10e65d70285b30c /ipc/ipc_channel_proxy.h | |
parent | 8076ec09436c54c8c8d242629a7667abf0feb7a7 (diff) | |
download | chromium_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_proxy.h')
-rw-r--r-- | ipc/ipc_channel_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h index 521389f..ea951fe 100644 --- a/ipc/ipc_channel_proxy.h +++ b/ipc/ipc_channel_proxy.h @@ -147,7 +147,7 @@ class IPC_EXPORT ChannelProxy : public Message::Sender { // Send a message asynchronously. The message is routed to the background // thread where it is passed to the IPC::Channel's Send method. - virtual bool Send(Message* message); + virtual bool Send(Message* message) OVERRIDE; // Used to intercept messages as they are received on the background thread. // |