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

Unified Diff: components/pairing/bluetooth_host_pairing_controller.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
Index: components/pairing/bluetooth_host_pairing_controller.h
diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
index 187393535887fba671113beaa260dbc4288272dd..1724cd0a09eb449fd27f61962e11dc2a0c2a136b 100644
--- a/components/pairing/bluetooth_host_pairing_controller.h
+++ b/components/pairing/bluetooth_host_pairing_controller.h
@@ -111,7 +111,7 @@ class BluetoothHostPairingController
scoped_ptr<ProtoDecoder> proto_decoder_;
base::ThreadChecker thread_checker_;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
base::WeakPtrFactory<BluetoothHostPairingController> ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(BluetoothHostPairingController);
« no previous file with comments | « components/pairing/bluetooth_controller_pairing_controller.h ('k') | components/pairing/fake_controller_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698