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

Unified Diff: content/public/test/test_service.h

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.cc ('k') | content/public/test/test_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_service.h
diff --git a/content/public/test/test_service.h b/content/public/test/test_service.h
index da61b44289b9a782ab9824b2fe73d1df1b86dd55..8916d81ee70d3eb72fc1699d6bedc73c43dee8ae 100644
--- a/content/public/test/test_service.h
+++ b/content/public/test/test_service.h
@@ -30,7 +30,7 @@ class TestService
private:
// service_manager::Service:
- void OnBindInterface(const service_manager::ServiceInfo& source_info,
+ void OnBindInterface(const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) override;
« no previous file with comments | « content/public/common/simple_connection_filter.cc ('k') | content/public/test/test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698