| Index: extensions/browser/app_window/app_window_geometry_cache.h
|
| diff --git a/extensions/browser/app_window/app_window_geometry_cache.h b/extensions/browser/app_window/app_window_geometry_cache.h
|
| index 08aeeb866129f950289897ced1ec5f59cfeff7f5..ac6e9314e9829a1da69812e1acc54a18d479552d 100644
|
| --- a/extensions/browser/app_window/app_window_geometry_cache.h
|
| +++ b/extensions/browser/app_window/app_window_geometry_cache.h
|
| @@ -140,7 +140,7 @@ class AppWindowGeometryCache : public KeyedService,
|
| std::set<std::string> unsynced_extensions_;
|
|
|
| // The timer used to save the data.
|
| - base::OneShotTimer<AppWindowGeometryCache> sync_timer_;
|
| + base::OneShotTimer sync_timer_;
|
|
|
| // The timeout value we'll use for |sync_timer_|.
|
| base::TimeDelta sync_delay_;
|
|
|