| Index: chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| index 4446044554a1801642f5d1757145d88f0b687ca1..e77bfc9e668fe2bfb4807e892f1424d2218b0023 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
|
| @@ -36,7 +36,7 @@ ControllerPairingScreenHandler::ControllerPairingScreenHandler() {
|
|
|
| ControllerPairingScreenHandler::~ControllerPairingScreenHandler() {
|
| if (delegate_)
|
| - delegate_->OnActorDestroyed(this);
|
| + delegate_->OnViewDestroyed(this);
|
| }
|
|
|
| void ControllerPairingScreenHandler::HandleUserActed(
|
|
|