| 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_;
|
|
|
|
|