| Index: chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| index 420d76a72ad43178c1d07e6f1cf3d679edf4d97c..0dc1b55aa36b5316f8bc04ce4077676c54d9c9a2 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| @@ -32,7 +32,7 @@ HostPairingScreenHandler::HostPairingScreenHandler() {
|
|
|
| HostPairingScreenHandler::~HostPairingScreenHandler() {
|
| if (delegate_)
|
| - delegate_->OnActorDestroyed(this);
|
| + delegate_->OnViewDestroyed(this);
|
| }
|
|
|
| void HostPairingScreenHandler::HandleContextReady() {
|
|
|