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

Unified Diff: content/public/common/simple_connection_filter.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/public/common/simple_connection_filter.h ('k') | content/public/test/test_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/simple_connection_filter.cc
diff --git a/content/public/common/simple_connection_filter.cc b/content/public/common/simple_connection_filter.cc
index 9b321750dc05d14ff4071952249a68bc5628efb2..8b4d28ee165fd54a1eafd115666d9b4807cbc7cc 100644
--- a/content/public/common/simple_connection_filter.cc
+++ b/content/public/common/simple_connection_filter.cc
@@ -4,8 +4,8 @@
#include "content/public/common/simple_connection_filter.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
#include "services/service_manager/public/cpp/binder_registry.h"
-#include "services/service_manager/public/cpp/service_info.h"
namespace content {
@@ -16,7 +16,7 @@ SimpleConnectionFilter::SimpleConnectionFilter(
SimpleConnectionFilter::~SimpleConnectionFilter() {}
void SimpleConnectionFilter::OnBindInterface(
- const service_manager::ServiceInfo& source_info,
+ const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle* interface_pipe,
service_manager::Connector* connector) {
« no previous file with comments | « content/public/common/simple_connection_filter.h ('k') | content/public/test/test_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698