| Index: net/spdy/spdy_http_utils.h
|
| diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h
|
| index 9ca09def63e427669fe9d272de0ff06243e5a660..26511a7783494f4e70a74e55b0ab04d96e13e11b 100644
|
| --- a/net/spdy/spdy_http_utils.h
|
| +++ b/net/spdy/spdy_http_utils.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef NET_SPDY_SPDY_HTTP_UTILS_H_
|
| #define NET_SPDY_SPDY_HTTP_UTILS_H_
|
|
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/request_priority.h"
|
| #include "net/spdy/spdy_framer.h"
|
| #include "net/spdy/spdy_header_block.h"
|
| #include "net/spdy/spdy_protocol.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|