summaryrefslogtreecommitdiffstats
path: root/sync/tools
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-21 01:40:53 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-21 01:40:53 +0000
commitf2cb3cf86e4217581443d93e863c891a05066e60 (patch)
treec62110d2347d17e1b1a1f57fa758cf8bba72548b /sync/tools
parentb8512263f9556ac705394e9da03d364980f0eadf (diff)
downloadchromium_src-f2cb3cf86e4217581443d93e863c891a05066e60.zip
chromium_src-f2cb3cf86e4217581443d93e863c891a05066e60.tar.gz
chromium_src-f2cb3cf86e4217581443d93e863c891a05066e60.tar.bz2
net: move host_resolver files from net/base to net/dns
BUG=70818 Review URL: https://codereview.chromium.org/12518036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/tools')
-rw-r--r--sync/tools/sync_client.cc2
-rw-r--r--sync/tools/sync_listen_notifications.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index c773168..5fb0a0c 100644
--- a/sync/tools/sync_client.cc
+++ b/sync/tools/sync_client.cc
@@ -22,8 +22,8 @@
#include "jingle/notifier/base/notification_method.h"
#include "jingle/notifier/base/notifier_options.h"
#include "net/base/host_port_pair.h"
-#include "net/base/host_resolver.h"
#include "net/base/network_change_notifier.h"
+#include "net/dns/host_resolver.h"
#include "net/http/transport_security_state.h"
#include "net/url_request/url_request_test_util.h"
#include "sync/internal_api/public/base/model_type.h"
diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
index c863df3..834b040 100644
--- a/sync/tools/sync_listen_notifications.cc
+++ b/sync/tools/sync_listen_notifications.cc
@@ -17,8 +17,8 @@
#include "jingle/notifier/base/notification_method.h"
#include "jingle/notifier/base/notifier_options.h"
#include "net/base/host_port_pair.h"
-#include "net/base/host_resolver.h"
#include "net/base/network_change_notifier.h"
+#include "net/dns/host_resolver.h"
#include "net/http/transport_security_state.h"
#include "net/url_request/url_request_test_util.h"
#include "sync/internal_api/public/base/model_type.h"