Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5160)

Unified Diff: chrome/browser/sync_file_system/local/local_file_sync_context.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/local/local_file_sync_context.h
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.h b/chrome/browser/sync_file_system/local/local_file_sync_context.h
index 96a0ba44cd8065fc889453e3cbe943a6c0d0a0cb..1cfc04d1b2206594f15678cf4692b1c34e28375b 100644
--- a/chrome/browser/sync_file_system/local/local_file_sync_context.h
+++ b/chrome/browser/sync_file_system/local/local_file_sync_context.h
@@ -360,7 +360,7 @@ class LocalFileSyncContext
// Used only on IO thread for available changes notifications.
base::Time last_notified_changes_;
- scoped_ptr<base::OneShotTimer<LocalFileSyncContext> > timer_on_io_;
+ scoped_ptr<base::OneShotTimer> timer_on_io_;
std::vector<base::Closure> pending_completion_callbacks_;
std::set<GURL> origins_with_pending_changes_;

Powered by Google App Engine
This is Rietveld 408576698