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

Unified Diff: components/visitedlink/test/visitedlink_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/visitedlink/test/visitedlink_unittest.cc
diff --git a/components/visitedlink/test/visitedlink_unittest.cc b/components/visitedlink/test/visitedlink_unittest.cc
index e3303bb05f4d5790b5f5d16c9c9a4baba721dd13..d53c5a4db908611ba1b660d3766306d6db0fc1f4 100644
--- a/components/visitedlink/test/visitedlink_unittest.cc
+++ b/components/visitedlink/test/visitedlink_unittest.cc
@@ -597,8 +597,8 @@ class VisitRelayingRenderProcessHost : public MockRenderProcessHost {
content::BrowserContext* browser_context,
VisitCountingContext* context)
: MockRenderProcessHost(browser_context), widgets_(0) {
- SetRemoteInterfaces(base::MakeUnique<shell::InterfaceProvider>());
- shell::InterfaceProvider::TestApi test_api(GetRemoteInterfaces());
+ SetRemoteInterfaces(base::MakeUnique<service_manager::InterfaceProvider>());
+ service_manager::InterfaceProvider::TestApi test_api(GetRemoteInterfaces());
test_api.SetBinderForName(
mojom::VisitedLinkNotificationSink::Name_,
base::Bind(&VisitCountingContext::Bind, base::Unretained(context)));

Powered by Google App Engine
This is Rietveld 408576698