summaryrefslogtreecommitdiffstats
path: root/net/ftp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 06:41:54 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 06:41:54 +0000
commitf89276a70b260213900fc4b389927a17d57590f3 (patch)
tree7fcd968db3251d72d41f5bd206d905f3456e52e4 /net/ftp
parent69cff8e0a648b926014caa0ea1d6dd5f52ede712 (diff)
downloadchromium_src-f89276a70b260213900fc4b389927a17d57590f3.zip
chromium_src-f89276a70b260213900fc4b389927a17d57590f3.tar.gz
chromium_src-f89276a70b260213900fc4b389927a17d57590f3.tar.bz2
net: Migrate from googleurl/ includes to url/ ones.
BUG=229660 R=eroman@chromium.org TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/6362186595172352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ftp')
-rw-r--r--net/ftp/ftp_auth_cache.cc2
-rw-r--r--net/ftp/ftp_auth_cache.h2
-rw-r--r--net/ftp/ftp_auth_cache_unittest.cc2
-rw-r--r--net/ftp/ftp_request_info.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/net/ftp/ftp_auth_cache.cc b/net/ftp/ftp_auth_cache.cc
index fc28922..370cee5 100644
--- a/net/ftp/ftp_auth_cache.cc
+++ b/net/ftp/ftp_auth_cache.cc
@@ -5,7 +5,7 @@
#include "net/ftp/ftp_auth_cache.h"
#include "base/logging.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
namespace net {
diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h
index d40b904..526b358 100644
--- a/net/ftp/ftp_auth_cache.h
+++ b/net/ftp/ftp_auth_cache.h
@@ -7,9 +7,9 @@
#include <list>
-#include "googleurl/src/gurl.h"
#include "net/base/auth.h"
#include "net/base/net_export.h"
+#include "url/gurl.h"
namespace net {
diff --git a/net/ftp/ftp_auth_cache_unittest.cc b/net/ftp/ftp_auth_cache_unittest.cc
index 287e85ee..153d08b 100644
--- a/net/ftp/ftp_auth_cache_unittest.cc
+++ b/net/ftp/ftp_auth_cache_unittest.cc
@@ -7,9 +7,9 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#include "googleurl/src/gurl.h"
#include "net/base/auth.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
using net::FtpAuthCache;
diff --git a/net/ftp/ftp_request_info.h b/net/ftp/ftp_request_info.h
index b30610e..be7702f 100644
--- a/net/ftp/ftp_request_info.h
+++ b/net/ftp/ftp_request_info.h
@@ -5,7 +5,7 @@
#ifndef NET_FTP_FTP_REQUEST_INFO_H_
#define NET_FTP_FTP_REQUEST_INFO_H_
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
namespace net {