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

Unified Diff: services/test_service/test_request_tracker_application.h

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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: services/test_service/test_request_tracker_application.h
diff --git a/services/test_service/test_request_tracker_application.h b/services/test_service/test_request_tracker_application.h
index d936c48d21f6f9cbb392c4020f43c107739d6ecd..53a01bfac0fad5ae1ff780120e85f20a61b6e103 100644
--- a/services/test_service/test_request_tracker_application.h
+++ b/services/test_service/test_request_tracker_application.h
@@ -23,7 +23,8 @@ class TestRequestTrackerApplication : public ApplicationDelegate {
void Initialize(ApplicationImpl* app) override;
// ApplicationDelegate methods:
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(
+ ServiceProviderImpl* service_provider_impl) override;
private:
ApplicationImpl* app_impl_;
« no previous file with comments | « services/python/content_handler/content_handler_main.cc ('k') | services/test_service/test_request_tracker_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698