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

Unified Diff: components/pairing/fake_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/fake_host_pairing_controller.h
diff --git a/components/pairing/fake_host_pairing_controller.h b/components/pairing/fake_host_pairing_controller.h
index fcca881441c73ab799268af1b3c470950f75cccd..862e3d5f7b3cd7fa7e5bf661e59da8eeda75d117 100644
--- a/components/pairing/fake_host_pairing_controller.h
+++ b/components/pairing/fake_host_pairing_controller.h
@@ -52,7 +52,7 @@ class FakeHostPairingController
// HostPairingController::Observer:
void PairingStageChanged(Stage new_stage) override;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
Stage current_stage_;
std::string device_name_;
std::string confirmation_code_;

Powered by Google App Engine
This is Rietveld 408576698