summaryrefslogtreecommitdiffstats
path: root/net/http/transport_security_persister.cc
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-08-29 03:13:57 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-29 10:15:12 +0000
commit39030edb9763a85a699c52539a9fe4181d03bd57 (patch)
treeeb5e1a1f22b932b187350b63fbb4640b668f5746 /net/http/transport_security_persister.cc
parentad3c6870f41f0b057697ea8dec59cc8cf8108745 (diff)
downloadchromium_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.cc2
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),