diff options
author | dcheng <dcheng@chromium.org> | 2014-08-29 03:13:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-29 10:15:12 +0000 |
commit | 39030edb9763a85a699c52539a9fe4181d03bd57 (patch) | |
tree | eb5e1a1f22b932b187350b63fbb4640b668f5746 /net/http/transport_security_persister.cc | |
parent | ad3c6870f41f0b057697ea8dec59cc8cf8108745 (diff) | |
download | chromium_src-39030edb9763a85a699c52539a9fe4181d03bd57.zip chromium_src-39030edb9763a85a699c52539a9fe4181d03bd57.tar.gz chromium_src-39030edb9763a85a699c52539a9fe4181d03bd57.tar.bz2 |
Net-related fixups for scoped_refptr conversion operator cleanup.
BUG=110610
TBR=pkasting@chromium.org
Review URL: https://codereview.chromium.org/511163002
Cr-Commit-Position: refs/heads/master@{#292600}
Diffstat (limited to 'net/http/transport_security_persister.cc')
-rw-r--r-- | net/http/transport_security_persister.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/transport_security_persister.cc b/net/http/transport_security_persister.cc index 922491a..eda5638 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, bool readonly) : transport_security_state_(state), writer_(profile_path.AppendASCII("TransportSecurity"), background_runner), |