summaryrefslogtreecommitdiffstats
path: root/storage/browser/quota/storage_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/browser/quota/storage_monitor.h')
-rw-r--r--storage/browser/quota/storage_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/browser/quota/storage_monitor.h b/storage/browser/quota/storage_monitor.h
index 650c7b1..8c7960f 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;