| Index: components/autofill/content/browser/content_autofill_driver.cc
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.cc b/components/autofill/content/browser/content_autofill_driver.cc
|
| index 41e3397ff66d708cffa3e7daf981c016ffc0d076..2449d6c69d0911e6e357dbeaad10f209b1347bc9 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.cc
|
| +++ b/components/autofill/content/browser/content_autofill_driver.cc
|
| @@ -260,7 +260,7 @@ const mojom::AutofillAgentPtr& ContentAutofillDriver::GetAutofillAgent() {
|
| // Here is a lazy binding, and will not reconnect after connection error.
|
| if (!autofill_agent_) {
|
| render_frame_host_->GetRemoteInterfaces()->GetInterface(
|
| - mojo::GetProxy(&autofill_agent_));
|
| + mojo::MakeRequest(&autofill_agent_));
|
| }
|
|
|
| return autofill_agent_;
|
|
|