| Index: components/storage_monitor/storage_monitor.h
|
| diff --git a/components/storage_monitor/storage_monitor.h b/components/storage_monitor/storage_monitor.h
|
| index 14223e64a1407def3afaa669913188fda587532c..5ddfe89b7efcb2f9bac31d3b8c6e47ce7bc7fc69 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.
|
|
|