summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.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_posix.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_posix.h')
-rw-r--r--ipc/ipc_channel_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
index e141998..800c366 100644
--- a/ipc/ipc_channel_posix.h
+++ b/ipc/ipc_channel_posix.h
@@ -82,8 +82,8 @@ class Channel::ChannelImpl : public MessageLoopForIO::Watcher {
bool IsHelloMessage(const Message* m) const;
// MessageLoopForIO::Watcher implementation.
- virtual void OnFileCanReadWithoutBlocking(int fd);
- virtual void OnFileCanWriteWithoutBlocking(int fd);
+ virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
+ virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE;
Mode mode_;