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

Unified Diff: components/pairing/bluetooth_controller_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_controller_pairing_controller.h
diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h
index ab67aed0337fe8f12330d045613a57fdf668c396..ecd8656adb3dc99bebdcd49173321b518f8f3962 100644
--- a/components/pairing/bluetooth_controller_pairing_controller.h
+++ b/components/pairing/bluetooth_controller_pairing_controller.h
@@ -113,7 +113,7 @@ class BluetoothControllerPairingController
scoped_ptr<ProtoDecoder> proto_decoder_;
base::ThreadChecker thread_checker_;
- ObserverList<ControllerPairingController::Observer> observers_;
+ base::ObserverList<ControllerPairingController::Observer> observers_;
base::WeakPtrFactory<BluetoothControllerPairingController> ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(BluetoothControllerPairingController);
« no previous file with comments | « components/ownership/owner_settings_service.h ('k') | components/pairing/bluetooth_host_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698