| Index: net/base/host_port_pair.cc
|
| diff --git a/net/base/host_port_pair.cc b/net/base/host_port_pair.cc
|
| index 5b9f1ba775929709a66563bdf82cb950820f4c3b..bc23a9a8621c10f47c52a14502c9007d4a3c0343 100644
|
| --- a/net/base/host_port_pair.cc
|
| +++ b/net/base/host_port_pair.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/ip_endpoint.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|