summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_sink.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_test_sink.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_test_sink.h')
-rw-r--r--ipc/ipc_test_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
index ad1125a..735fa1b 100644
--- a/ipc/ipc_test_sink.h
+++ b/ipc/ipc_test_sink.h
@@ -78,7 +78,7 @@ class TestSink : public Channel {
// Interface in IPC::Channel. This copies the message to the sink and then
// deletes it.
- virtual bool Send(IPC::Message* message);
+ virtual bool Send(IPC::Message* message) OVERRIDE;
// Used by the source of the messages to send the message to the sink. This
// will make a copy of the message and store it in the list.