| Index: net/http/http_util.h
|
| diff --git a/net/http/http_util.h b/net/http/http_util.h
|
| index 9fe199b3aabdfd3501d6a48733ec93a7fb23940c..ae65146e6e4a42a21f673787d037f06330c9eb0b 100644
|
| --- a/net/http/http_util.h
|
| +++ b/net/http/http_util.h
|
| @@ -10,10 +10,10 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string_tokenizer.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/net_export.h"
|
| #include "net/http/http_byte_range.h"
|
| #include "net/http/http_version.h"
|
| +#include "url/gurl.h"
|
|
|
| // This is a macro to support extending this string literal at compile time.
|
| // Please excuse me polluting your global namespace!
|
|
|