Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: components/storage_monitor/storage_monitor.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/signin/core/browser/signin_manager_base.h ('k') | components/storage_monitor/storage_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/signin/core/browser/signin_manager_base.h ('k') | components/storage_monitor/storage_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698