| Index: net/http/transport_security_persister.h
|
| diff --git a/net/http/transport_security_persister.h b/net/http/transport_security_persister.h
|
| index 7725ba124e603b19fd74c0181ebd5a655a4ce305..d57986f0b1c7a1bb656139fbb49d177e5b5ff934 100644
|
| --- a/net/http/transport_security_persister.h
|
| +++ b/net/http/transport_security_persister.h
|
| @@ -57,10 +57,11 @@ class NET_EXPORT TransportSecurityPersister
|
| : public TransportSecurityState::Delegate,
|
| public base::ImportantFileWriter::DataSerializer {
|
| public:
|
| - TransportSecurityPersister(TransportSecurityState* state,
|
| - const base::FilePath& profile_path,
|
| - base::SequencedTaskRunner* file_task_runner,
|
| - bool readonly);
|
| + TransportSecurityPersister(
|
| + TransportSecurityState* state,
|
| + const base::FilePath& profile_path,
|
| + const scoped_refptr<base::SequencedTaskRunner>& file_task_runner,
|
| + bool readonly);
|
| virtual ~TransportSecurityPersister();
|
|
|
| // Called by the TransportSecurityState when it changes its state.
|
|
|