diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 16:53:19 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 16:53:19 +0000 |
commit | dacbf2c3892c564026e85e1ccafd0bbdc95cc93b (patch) | |
tree | 7e779c311fa5904ef61ec85d8c039c5b19dfba75 /chrome/common/service_process_util_posix.h | |
parent | 49fd7e2236c370b3affab9788fa5fc4c998729a1 (diff) | |
download | chromium_src-dacbf2c3892c564026e85e1ccafd0bbdc95cc93b.zip chromium_src-dacbf2c3892c564026e85e1ccafd0bbdc95cc93b.tar.gz chromium_src-dacbf2c3892c564026e85e1ccafd0bbdc95cc93b.tar.bz2 |
Add OVERRIDE to chrome/common/ and nacl/.
BUG=104314
TEST=no change
Review URL: http://codereview.chromium.org/8551009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/service_process_util_posix.h')
-rw-r--r-- | chrome/common/service_process_util_posix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/service_process_util_posix.h b/chrome/common/service_process_util_posix.h index 451180a..d247130 100644 --- a/chrome/common/service_process_util_posix.h +++ b/chrome/common/service_process_util_posix.h @@ -47,8 +47,8 @@ class ServiceProcessTerminateMonitor virtual ~ServiceProcessTerminateMonitor(); // MessageLoopForIO::Watcher overrides - virtual void OnFileCanReadWithoutBlocking(int fd); - virtual void OnFileCanWriteWithoutBlocking(int fd); + virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; + virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; private: base::Closure terminate_task_; |