diff options
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r-- | net/http/http_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h index 9fe199b..ae65146 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! |