diff options
Diffstat (limited to 'components/storage_monitor/storage_monitor.h')
-rw-r--r-- | components/storage_monitor/storage_monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/storage_monitor/storage_monitor.h b/components/storage_monitor/storage_monitor.h index 14223e6..5ddfe89 100644 --- a/components/storage_monitor/storage_monitor.h +++ b/components/storage_monitor/storage_monitor.h @@ -170,7 +170,7 @@ class StorageMonitor { scoped_ptr<Receiver> receiver_; - scoped_refptr<ObserverListThreadSafe<RemovableStorageObserver> > + scoped_refptr<base::ObserverListThreadSafe<RemovableStorageObserver>> observer_list_; // Used to make sure we call initialize from the same thread as creation. |