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

Unified Diff: chrome/renderer/autofill/form_autocomplete_browsertest.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/renderer/autofill/form_autocomplete_browsertest.cc
diff --git a/chrome/renderer/autofill/form_autocomplete_browsertest.cc b/chrome/renderer/autofill/form_autocomplete_browsertest.cc
index ba84fbb1cc8dc79ce7d1bd54fd09a390984101c1..ea68d93c6349e7a188413d9d114e67a1912e75d9 100644
--- a/chrome/renderer/autofill/form_autocomplete_browsertest.cc
+++ b/chrome/renderer/autofill/form_autocomplete_browsertest.cc
@@ -187,9 +187,9 @@ class FormAutocompleteTest : public ChromeRenderViewTest {
// We only use the fake driver for main frame
// because our test cases only involve the main frame.
- shell::InterfaceProvider* remote_interfaces =
+ service_manager::InterfaceProvider* remote_interfaces =
view_->GetMainRenderFrame()->GetRemoteInterfaces();
- shell::InterfaceProvider::TestApi test_api(remote_interfaces);
+ service_manager::InterfaceProvider::TestApi test_api(remote_interfaces);
test_api.SetBinderForName(
mojom::AutofillDriver::Name_,
base::Bind(&FormAutocompleteTest::BindAutofillDriver,

Powered by Google App Engine
This is Rietveld 408576698