Index: chrome/browser/extensions/api/messaging/native_message_process_host.h |
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 47fe8723fd34a8809bb6da1d98bb30eaf5405160..fb19240ce9351379df1a5098df46fb20b8dbf175 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 |