| Index: chrome/common/service_process_util_posix.h
|
| diff --git a/chrome/common/service_process_util_posix.h b/chrome/common/service_process_util_posix.h
|
| index 451180a965ffe346ec8da238d4564c78d1517232..d2471308de3ecb9825111c869df98fdbd2353169 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_;
|
|
|