diff options
Diffstat (limited to 'chrome/browser/extensions/api/messaging/native_message_process_host.h')
-rw-r--r-- | chrome/browser/extensions/api/messaging/native_message_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h index 47fe872..fb19240 100644 --- a/chrome/browser/extensions/api/messaging/native_message_process_host.h +++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h @@ -86,8 +86,8 @@ class NativeMessageProcessHost #if defined(OS_POSIX) // MessageLoopForIO::Watcher interface - virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; - virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; + virtual void OnFileCanReadWithoutBlocking(int fd) override; + virtual void OnFileCanWriteWithoutBlocking(int fd) override; #endif // !defined(OS_POSIX) // Try and read a single message from |read_file_|. This should only be called |