Index: storage/browser/quota/storage_monitor.h |
diff --git a/storage/browser/quota/storage_monitor.h b/storage/browser/quota/storage_monitor.h |
index 650c7b1f7f74cdf14b146f8c2c9ab5d58202bb25..8c7960ff143ee32c892a4c9f21ae26ac8e2c1716 100644 |
--- a/storage/browser/quota/storage_monitor.h |
+++ b/storage/browser/quota/storage_monitor.h |
@@ -60,7 +60,7 @@ class STORAGE_EXPORT_PRIVATE StorageObserverList { |
void DispatchPendingEvent(); |
StorageObserverStateMap observers_; |
- base::OneShotTimer<StorageObserverList> notification_timer_; |
+ base::OneShotTimer notification_timer_; |
StorageObserver::Event pending_event_; |
friend class content::StorageMonitorTestBase; |