summaryrefslogtreecommitdiffstats
path: root/net/ssl/ssl_client_session_cache_openssl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssl/ssl_client_session_cache_openssl.cc')
-rw-r--r--net/ssl/ssl_client_session_cache_openssl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssl/ssl_client_session_cache_openssl.cc b/net/ssl/ssl_client_session_cache_openssl.cc
index 0ff7d3b..6246bd5 100644
--- a/net/ssl/ssl_client_session_cache_openssl.cc
+++ b/net/ssl/ssl_client_session_cache_openssl.cc
@@ -68,7 +68,7 @@ void SSLClientSessionCacheOpenSSL::Flush() {
void SSLClientSessionCacheOpenSSL::SetClockForTesting(
scoped_ptr<base::Clock> clock) {
- clock_ = clock.Pass();
+ clock_ = std::move(clock);
}
SSLClientSessionCacheOpenSSL::CacheEntry::CacheEntry() {