summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/background_sync/background_sync_manager.h')
-rw-r--r--content/browser/background_sync/background_sync_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
index 7b12f6c..5a88d1e 100644
--- a/content/browser/background_sync/background_sync_manager.h
+++ b/content/browser/background_sync/background_sync_manager.h
@@ -111,7 +111,7 @@ class CONTENT_EXPORT BackgroundSyncManager
void set_clock(scoped_ptr<base::Clock> clock) {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
- clock_ = clock.Pass();
+ clock_ = std::move(clock);
}
void set_max_sync_attempts(int max_attempts) {
DCHECK_CURRENTLY_ON(BrowserThread::IO);