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

Unified Diff: chromeos/dbus/shill_client_helper.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 | « chromeos/dbus/session_manager_client.cc ('k') | chromeos/dbus/system_clock_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_client_helper.h
diff --git a/chromeos/dbus/shill_client_helper.h b/chromeos/dbus/shill_client_helper.h
index e2795e4538ce6436408ba7d8b8176ca1f706ab69..740a81c8084c6f0ce6813c22c37089cfbe5681a6 100644
--- a/chromeos/dbus/shill_client_helper.h
+++ b/chromeos/dbus/shill_client_helper.h
@@ -175,7 +175,7 @@ class ShillClientHelper {
ReleasedCallback released_callback_;
int active_refs_;
PropertyChangedHandler property_changed_handler_;
- ObserverList<ShillPropertyChangedObserver, true /* check_empty */>
+ base::ObserverList<ShillPropertyChangedObserver, true /* check_empty */>
observer_list_;
std::vector<std::string> interfaces_to_be_monitored_;
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | chromeos/dbus/system_clock_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698