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

Unified Diff: chromeos/dbus/update_engine_client.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 | « chromeos/dbus/system_clock_client.cc ('k') | chromeos/disks/disk_mount_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/update_engine_client.cc
diff --git a/chromeos/dbus/update_engine_client.cc b/chromeos/dbus/update_engine_client.cc
index 31b9366cfbc67a571b5bcf8b62cadbf5b90f2b4a..7a0bb4c6283e33b4e0c4b0dc8de28154c7e74cf5 100644
--- a/chromeos/dbus/update_engine_client.cc
+++ b/chromeos/dbus/update_engine_client.cc
@@ -383,7 +383,7 @@ class UpdateEngineClientImpl : public UpdateEngineClient {
}
dbus::ObjectProxy* update_engine_proxy_;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
Status last_status_;
// Note: This should remain the last member so it'll be destroyed and
@@ -525,7 +525,7 @@ class UpdateEngineClientFakeImpl : public UpdateEngineClientStubImpl {
}
}
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
Status last_status_;
base::WeakPtrFactory<UpdateEngineClientFakeImpl> weak_factory_;
« no previous file with comments | « chromeos/dbus/system_clock_client.cc ('k') | chromeos/disks/disk_mount_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698