| Index: components/cronet/android/url_request_context_adapter.h
|
| diff --git a/components/cronet/android/url_request_context_adapter.h b/components/cronet/android/url_request_context_adapter.h
|
| index fa9ed5d30d54e0436d9e4de8acbedfefcf889028..584cb02d7a8f4ba04fcfc8ec181e2080c7554d2e 100644
|
| --- a/components/cronet/android/url_request_context_adapter.h
|
| +++ b/components/cronet/android/url_request_context_adapter.h
|
| @@ -98,7 +98,7 @@ class URLRequestContextAdapter : public net::URLRequestContextGetter {
|
|
|
| // A queue of tasks that need to be run after context has been initialized.
|
| std::queue<RunAfterContextInitTask> tasks_waiting_for_context_;
|
| - bool is_context_initialized_ = false;
|
| + bool is_context_initialized_;
|
|
|
| virtual ~URLRequestContextAdapter();
|
|
|
|
|