| Index: net/http/http_stream_factory.cc
|
| diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
|
| index 89ba518f5561db62691f02fe3724fc7506babd6d..6d2e1407c6d88417fde61008f919dc524e1d1dba 100644
|
| --- a/net/http/http_stream_factory.cc
|
| +++ b/net/http/http_stream_factory.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_split.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/host_mapping_rules.h"
|
| #include "net/base/host_port_pair.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|