| Index: net/http/transport_security_persister.cc
|
| diff --git a/net/http/transport_security_persister.cc b/net/http/transport_security_persister.cc
|
| index 22422009dde5e50e9dbb8dd145518051c8b90606..faafbfab129173d976272c66b7390386c3334c5a 100644
|
| --- a/net/http/transport_security_persister.cc
|
| +++ b/net/http/transport_security_persister.cc
|
| @@ -11,7 +11,6 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/task_runner_util.h"
|
| #include "base/values.h"
|
| @@ -95,7 +94,7 @@ TransportSecurityPersister::TransportSecurityPersister(
|
| bool readonly)
|
| : transport_security_state_(state),
|
| writer_(profile_path.AppendASCII("TransportSecurity"), background_runner),
|
| - foreground_runner_(base::MessageLoop::current()->message_loop_proxy()),
|
| + foreground_runner_(base::MessageLoop::current()->task_runner()),
|
| background_runner_(background_runner),
|
| readonly_(readonly),
|
| weak_ptr_factory_(this) {
|
|
|