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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client_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: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
index d2b9d4560f1a1dbe2fa0e1abdaf7bbd15a9f878f..c81b43b305a6b6356e416276bb98bd8f84389edd 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -198,9 +198,9 @@ class ChromePasswordManagerClientTest : public ChromeRenderViewHostTestHarness {
void ChromePasswordManagerClientTest::SetUp() {
ChromeRenderViewHostTestHarness::SetUp();
- 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(autofill::mojom::PasswordAutofillAgent::Name_,
base::Bind(&FakePasswordAutofillAgent::BindRequest,
base::Unretained(&fake_agent_)));

Powered by Google App Engine
This is Rietveld 408576698