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

Unified Diff: components/sync_driver/device_info_sync_service.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/storage_monitor/storage_monitor.cc ('k') | components/sync_driver/sync_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/device_info_sync_service.h
diff --git a/components/sync_driver/device_info_sync_service.h b/components/sync_driver/device_info_sync_service.h
index 525515510c033d72d29c76b165b78044e2dbc2e4..7476dcb9cb8c0c0440fb3826c00a9e8621589145 100644
--- a/components/sync_driver/device_info_sync_service.h
+++ b/components/sync_driver/device_info_sync_service.h
@@ -98,7 +98,7 @@ class DeviceInfoSyncService : public syncer::SyncableService,
SyncDataMap all_data_;
// Registered observers, not owned.
- ObserverList<Observer, true> observers_;
+ base::ObserverList<Observer, true> observers_;
DISALLOW_COPY_AND_ASSIGN(DeviceInfoSyncService);
};
« no previous file with comments | « components/storage_monitor/storage_monitor.cc ('k') | components/sync_driver/sync_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698