Index: components/autofill/content/browser/content_autofill_driver_unittest.cc |
diff --git a/components/autofill/content/browser/content_autofill_driver_unittest.cc b/components/autofill/content/browser/content_autofill_driver_unittest.cc |
index fc7b61d6aebd3e13d0be34b13b2734abe236456c..5feba33619fb3c13f8b24223469341a3b858748e 100644 |
--- a/components/autofill/content/browser/content_autofill_driver_unittest.cc |
+++ b/components/autofill/content/browser/content_autofill_driver_unittest.cc |
@@ -261,9 +261,9 @@ class ContentAutofillDriverTest : public content::RenderViewHostTestHarness { |
driver_.reset(new TestContentAutofillDriver(web_contents()->GetMainFrame(), |
test_autofill_client_.get())); |
- shell::InterfaceProvider* remote_interfaces = |
+ service_manager::InterfaceProvider* remote_interfaces = |
web_contents()->GetMainFrame()->GetRemoteInterfaces(); |
- shell::InterfaceProvider::TestApi test_api(remote_interfaces); |
+ service_manager::InterfaceProvider::TestApi test_api(remote_interfaces); |
test_api.SetBinderForName(mojom::AutofillAgent::Name_, |
base::Bind(&FakeAutofillAgent::BindRequest, |
base::Unretained(&fake_agent_))); |