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

Unified Diff: content/public/test/test_service.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
Index: content/public/test/test_service.cc
diff --git a/content/public/test/test_service.cc b/content/public/test/test_service.cc
index 1763106d398b021c6b1e3843144a8955e08f3c70..999cfe2f336e42e5252ea551cfef342c132b253d 100644
--- a/content/public/test/test_service.cc
+++ b/content/public/test/test_service.cc
@@ -22,7 +22,7 @@ TestService::~TestService() {
}
void TestService::OnBindInterface(
- const service_manager::ServiceInfo& source_info,
+ const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) {
requestor_name_ = source_info.identity.name();
« no previous file with comments | « content/public/test/test_service.h ('k') | content/renderer/mus/render_widget_window_tree_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698