| Index: components/pairing/fake_host_pairing_controller.cc
|
| diff --git a/components/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc
|
| index 541a4337617b6d278e75bde9cd306840d59bb878..7b3cc0dd4c69d5056c3455d6ac9a3c44cf01fcab 100644
|
| --- a/components/pairing/fake_host_pairing_controller.cc
|
| +++ b/components/pairing/fake_host_pairing_controller.cc
|
| @@ -128,7 +128,8 @@ void FakeHostPairingController::OnUpdateStatusChanged(
|
| UpdateStatus update_status) {
|
| }
|
|
|
| -void FakeHostPairingController::SetEnrollmentComplete(bool success) {
|
| +void FakeHostPairingController::OnEnrollmentStatusChanged(
|
| + EnrollmentStatus enrollment_status) {
|
| }
|
|
|
| void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
|
|
|