| Index: chrome/browser/ui/search/search_ipc_router.cc
|
| diff --git a/chrome/browser/ui/search/search_ipc_router.cc b/chrome/browser/ui/search/search_ipc_router.cc
|
| index 6d44095a9d3898e5d435b1ad396d0b05c347bc7e..f9b21982452fe0d4cf955dae5b78371fc58d9821 100644
|
| --- a/chrome/browser/ui/search/search_ipc_router.cc
|
| +++ b/chrome/browser/ui/search/search_ipc_router.cc
|
| @@ -43,7 +43,7 @@ class SearchBoxClientFactoryImpl
|
| DCHECK(web_contents);
|
| DCHECK(binding);
|
| // Before we are connected to a frame we throw away all messages.
|
| - mojo::GetIsolatedProxy(&search_box_);
|
| + mojo::MakeIsolatedRequest(&search_box_);
|
| }
|
|
|
| chrome::mojom::SearchBox* GetSearchBox() override {
|
|
|