diff options
Diffstat (limited to 'net/dns/notify_watcher_mac.cc')
-rw-r--r-- | net/dns/notify_watcher_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/notify_watcher_mac.cc b/net/dns/notify_watcher_mac.cc index 07abbe4..67cee01 100644 --- a/net/dns/notify_watcher_mac.cc +++ b/net/dns/notify_watcher_mac.cc @@ -6,8 +6,8 @@ #include <notify.h> -#include "base/eintr_wrapper.h" #include "base/logging.h" +#include "base/posix/eintr_wrapper.h" namespace net { |