Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1322)

Unified Diff: components/autofill/content/browser/content_autofill_driver_unittest.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_)));

Powered by Google App Engine
This is Rietveld 408576698