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

Unified Diff: chromeos/dbus/bluetooth_input_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
Index: chromeos/dbus/bluetooth_input_client.cc
diff --git a/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc
index 38031818d089a9909c219b6e52efe257a5fd1286..61ff6ed5476ce7392e6797b09e4d8ca850eb5e23 100644
--- a/chromeos/dbus/bluetooth_input_client.cc
+++ b/chromeos/dbus/bluetooth_input_client.cc
@@ -113,7 +113,7 @@ class BluetoothInputClientImpl
dbus::ObjectManager* object_manager_;
// List of observers interested in event notifications from us.
- ObserverList<BluetoothInputClient::Observer> observers_;
+ base::ObserverList<BluetoothInputClient::Observer> observers_;
// Weak pointer factory for generating 'this' pointers that might live longer
// than we do.
« no previous file with comments | « chromeos/dbus/bluetooth_gatt_service_client.cc ('k') | chromeos/dbus/bluetooth_le_advertising_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698