Chromium Code Reviews| Index: net/http/transport_security_persister.cc |
| diff --git a/net/http/transport_security_persister.cc b/net/http/transport_security_persister.cc |
| index 922491a189b5495bc2a56962d294da032a2a3a93..eda56389ca2032accc8dc50e2350f1baadc8c02b 100644 |
| --- a/net/http/transport_security_persister.cc |
| +++ b/net/http/transport_security_persister.cc |
| @@ -97,7 +97,7 @@ namespace net { |
| TransportSecurityPersister::TransportSecurityPersister( |
| TransportSecurityState* state, |
| const base::FilePath& profile_path, |
| - base::SequencedTaskRunner* background_runner, |
| + const scoped_refptr<base::SequencedTaskRunner>& background_runner, |
|
Ryan Sleevi
2014/08/29 09:07:29
Boo for the inconsistency in parameter names from
dcheng
2014/08/29 09:15:29
Done. Fixed the header file, since I think it's ni
|
| bool readonly) |
| : transport_security_state_(state), |
| writer_(profile_path.AppendASCII("TransportSecurity"), background_runner), |