| Index: content/child/request_info.cc
|
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc
|
| index 2d69b51d5757d8b7e32ed8768f8d17bd86f167fc..b88cf00d2bb4c066dc4a61abf352c7e1e81e5b58 100644
|
| --- a/content/child/request_info.cc
|
| +++ b/content/child/request_info.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/child/request_info.h"
|
|
|
| +#include "base/single_thread_task_runner.h"
|
| +
|
| namespace content {
|
|
|
| RequestInfo::RequestInfo()
|
| @@ -28,7 +30,6 @@ RequestInfo::RequestInfo()
|
| do_not_prompt_for_login(false),
|
| report_raw_headers(false),
|
| extra_data(NULL),
|
| - loading_web_task_runner(nullptr),
|
| lofi_state(LOFI_UNSPECIFIED) {}
|
|
|
| RequestInfo::~RequestInfo() {}
|
|
|