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

Unified Diff: device/bluetooth/bluetooth_adapter.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 | « content/renderer/render_widget.h ('k') | device/bluetooth/bluetooth_advertisement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter.h
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
index 7c87eb835018f15fea211b56417618f81569f2a3..f5a2868956be4064728abba05fd9a43b5068d822 100644
--- a/device/bluetooth/bluetooth_adapter.h
+++ b/device/bluetooth/bluetooth_adapter.h
@@ -461,7 +461,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
BluetoothDiscoverySession* discovery_session);
// Observers of BluetoothAdapter, notified from implementation subclasses.
- ObserverList<device::BluetoothAdapter::Observer> observers_;
+ base::ObserverList<device::BluetoothAdapter::Observer> observers_;
// Devices paired with, connected to, discovered by, or visible to the
// adapter. The key is the Bluetooth address of the device and the value is
« no previous file with comments | « content/renderer/render_widget.h ('k') | device/bluetooth/bluetooth_advertisement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698