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

Unified Diff: components/storage_monitor/storage_monitor.cc

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/storage_monitor/storage_monitor.h ('k') | components/sync_driver/device_info_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/storage_monitor.cc
diff --git a/components/storage_monitor/storage_monitor.cc b/components/storage_monitor/storage_monitor.cc
index 0f1f6cc6687f0f9b248b443f0676102d6e3b4fdf..e571dd2088124c4172fc335f6de191921cd45a44 100644
--- a/components/storage_monitor/storage_monitor.cc
+++ b/components/storage_monitor/storage_monitor.cc
@@ -134,7 +134,8 @@ void StorageMonitor::EjectDevice(
}
StorageMonitor::StorageMonitor()
- : observer_list_(new ObserverListThreadSafe<RemovableStorageObserver>()),
+ : observer_list_(
+ new base::ObserverListThreadSafe<RemovableStorageObserver>()),
initializing_(false),
initialized_(false),
transient_device_ids_(new TransientDeviceIds) {
« no previous file with comments | « components/storage_monitor/storage_monitor.h ('k') | components/sync_driver/device_info_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698