| Index: components/test_runner/app_banner_service.cc
|
| diff --git a/components/test_runner/app_banner_service.cc b/components/test_runner/app_banner_service.cc
|
| index 37ce9d14ffff4b3ef0a670b3a99731948e227259..6684437822e540ff68cbe7a21c65bc777cc8a787 100644
|
| --- a/components/test_runner/app_banner_service.cc
|
| +++ b/components/test_runner/app_banner_service.cc
|
| @@ -28,9 +28,9 @@ void AppBannerService::SendBannerPromptRequest(
|
| return;
|
|
|
| controller_->BannerPromptRequest(
|
| - binding_.CreateInterfacePtrAndBind(), mojo::GetProxy(&event_), platforms,
|
| - base::Bind(&AppBannerService::OnBannerPromptReply, base::Unretained(this),
|
| - callback));
|
| + binding_.CreateInterfacePtrAndBind(), mojo::MakeRequest(&event_),
|
| + platforms, base::Bind(&AppBannerService::OnBannerPromptReply,
|
| + base::Unretained(this), callback));
|
| }
|
|
|
| void AppBannerService::DisplayAppBanner() { /* do nothing */ }
|
|
|