| Index: net/ftp/ftp_auth_cache_unittest.cc
|
| diff --git a/net/ftp/ftp_auth_cache_unittest.cc b/net/ftp/ftp_auth_cache_unittest.cc
|
| index 287e85eeb330fff9ef78aece51e671f71dc3cdc4..153d08be49fa4517e16b4309f00994575bf32216 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;
|
|
|
|
|