summaryrefslogtreecommitdiffstats
path: root/chromeos/network
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-02-23 15:21:44 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 23:22:38 +0000
commit7ba5a6213c612d3d12ecc7255bd560536f985039 (patch)
tree933a0cb5bee7031f97626f84d56a6749bb2079f9 /chromeos/network
parentc6d7f720fbfcbe3751db6e666ca33a03266c7b92 (diff)
downloadchromium_src-7ba5a6213c612d3d12ecc7255bd560536f985039.zip
chromium_src-7ba5a6213c612d3d12ecc7255bd560536f985039.tar.gz
chromium_src-7ba5a6213c612d3d12ecc7255bd560536f985039.tar.bz2
net: move IsLocalhost() function into url_util.h
This patch moves the last function in net_util.h into url_util.h. We are moving it there because it also operates on a URL part (host). BUG=488531 TEST=net_unittests --gtest_filter=UrlUtilTest.IsLocalhost R=eroman@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/1726693002 Cr-Commit-Position: refs/heads/master@{#377115}
Diffstat (limited to 'chromeos/network')
-rw-r--r--chromeos/network/host_resolver_impl_chromeos.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromeos/network/host_resolver_impl_chromeos.cc b/chromeos/network/host_resolver_impl_chromeos.cc
index 61a9da9..6f06aa90 100644
--- a/chromeos/network/host_resolver_impl_chromeos.cc
+++ b/chromeos/network/host_resolver_impl_chromeos.cc
@@ -17,7 +17,6 @@
#include "chromeos/network/network_state_handler_observer.h"
#include "net/base/address_list.h"
#include "net/base/net_errors.h"
-#include "net/base/net_util.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {