| Index: chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_manager.cc b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| index d55eb611e8f414af741d749f3d3e5fec499241c6..bf29e31f8763beac3da797d221bd23e160e63500 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| @@ -123,7 +123,7 @@ void AddToHomescreenManager::AddShortcut(const ShortcutInfo& info,
|
| // Fire the appinstalled event.
|
| blink::mojom::InstallationServicePtr installation_service;
|
| web_contents->GetMainFrame()->GetRemoteInterfaces()->GetInterface(
|
| - mojo::GetProxy(&installation_service));
|
| + mojo::MakeRequest(&installation_service));
|
| DCHECK(installation_service);
|
| installation_service->OnInstall();
|
| }
|
|
|