| Index: net/http/http_basic_state.h
|
| diff --git a/net/http/http_basic_state.h b/net/http/http_basic_state.h
|
| index ac8ac3764625cdb4c9a88733ceec81125c9d8f78..c89beab1274b6e18cc43cc910a43be403aff56ce 100644
|
| --- a/net/http/http_basic_state.h
|
| +++ b/net/http/http_basic_state.h
|
| @@ -16,6 +16,7 @@
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/request_priority.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
| @@ -70,7 +71,8 @@ class NET_EXPORT_PRIVATE HttpBasicState {
|
|
|
| const bool http_09_on_non_default_ports_enabled_;
|
|
|
| - const HttpRequestInfo* request_info_;
|
| + GURL url_;
|
| + std::string request_method_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HttpBasicState);
|
| };
|
|
|