| Index: net/dns/notify_watcher_mac.h
|
| diff --git a/net/dns/notify_watcher_mac.h b/net/dns/notify_watcher_mac.h
|
| index 01375d5663755480b933d5a48f2af4ebd65ccd09..0951c2fc6b282b79c306598f85fdbc0a19ce3f45 100644
|
| --- a/net/dns/notify_watcher_mac.h
|
| +++ b/net/dns/notify_watcher_mac.h
|
| @@ -31,8 +31,8 @@ class NotifyWatcherMac : public base::MessageLoopForIO::Watcher {
|
|
|
| private:
|
| // MessageLoopForIO::Watcher:
|
| - virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
|
| - virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE {}
|
| + virtual void OnFileCanReadWithoutBlocking(int fd) override;
|
| + virtual void OnFileCanWriteWithoutBlocking(int fd) override {}
|
|
|
| int notify_fd_;
|
| int notify_token_;
|
|
|