Index: chrome/browser/sync_file_system/local/local_file_sync_context.cc |
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.cc b/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
index 0aafc6d6c44b400f8df387ebb35ec5f8d86e0a1c..571ceab4bd516d9cd70b5c56d0aeb1ff2cab7da6 100644 |
--- a/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
+++ b/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
@@ -678,7 +678,7 @@ void LocalFileSyncContext::InitializeFileSystemContextOnIOThread( |
DCHECK(!sync_status_); |
DCHECK(!timer_on_io_); |
sync_status_.reset(new LocalFileSyncStatus); |
- timer_on_io_.reset(new base::OneShotTimer<LocalFileSyncContext>); |
+ timer_on_io_.reset(new base::OneShotTimer); |
operation_runner_.reset(new SyncableFileOperationRunner( |
kMaxConcurrentSyncableOperation, |
sync_status_.get())); |