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

Unified Diff: content/common/service_manager/service_manager_connection_impl_unittest.cc

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_manager/service_manager_connection_impl_unittest.cc
diff --git a/content/common/service_manager/service_manager_connection_impl_unittest.cc b/content/common/service_manager/service_manager_connection_impl_unittest.cc
index ecca7a6b7e420c16f2400becca5c314494f98599..d5217bf8b5d4aa05ae6a62ea23ba24e37975702a 100644
--- a/content/common/service_manager/service_manager_connection_impl_unittest.cc
+++ b/content/common/service_manager/service_manager_connection_impl_unittest.cc
@@ -41,10 +41,10 @@ TEST(ServiceManagerConnectionImplTest, ServiceLaunchThreading) {
info.task_runner = io_thread.task_runner();
connection.AddEmbeddedService(kTestServiceName, info);
connection.Start();
- service_manager::ServiceInfo source_info(
+ service_manager::BindSourceInfo source_info(
{service_manager::mojom::kServiceName,
service_manager::mojom::kRootUserID},
- service_manager::InterfaceProviderSpecMap{});
+ service_manager::CapabilitySet());
service_manager::mojom::ServiceFactoryPtr factory;
service->OnBindInterface(source_info,
service_manager::mojom::ServiceFactory::Name_,
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698