summaryrefslogtreecommitdiffstats
path: root/net/dns
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 20:54:35 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 20:54:35 +0000
commit2025d00c3fa5270a0ea10c9ec7a18cfa69007beb (patch)
tree34930235824be79a141351d1b40fa4faeef0e2a6 /net/dns
parenta462eb604b7976fc6e264cca846a9c92e34254c5 (diff)
downloadchromium_src-2025d00c3fa5270a0ea10c9ec7a18cfa69007beb.zip
chromium_src-2025d00c3fa5270a0ea10c9ec7a18cfa69007beb.tar.gz
chromium_src-2025d00c3fa5270a0ea10c9ec7a18cfa69007beb.tar.bz2
Move eintr_wrapper.h from base to base/posix
Review URL: https://codereview.chromium.org/11366229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/dns')
-rw-r--r--net/dns/address_sorter_posix.cc2
-rw-r--r--net/dns/notify_watcher_mac.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dns/address_sorter_posix.cc b/net/dns/address_sorter_posix.cc
index 807cbf8..51ef35e 100644
--- a/net/dns/address_sorter_posix.cc
+++ b/net/dns/address_sorter_posix.cc
@@ -17,9 +17,9 @@
#include <algorithm>
-#include "base/eintr_wrapper.h"
#include "base/logging.h"
#include "base/memory/scoped_vector.h"
+#include "base/posix/eintr_wrapper.h"
#include "net/socket/client_socket_factory.h"
#include "net/udp/datagram_client_socket.h"
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 {