| Index: net/http/http_request_info.h
|
| diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
|
| index 5b94427a163e5b9ec2b6130eec3fabccd8edae4d..607bba5806d09c91aa4ac1ce8c092d9f87c9199b 100644
|
| --- a/net/http/http_request_info.h
|
| +++ b/net/http/http_request_info.h
|
| @@ -8,10 +8,10 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/privacy_mode.h"
|
| #include "net/http/http_request_headers.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|