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

Unified Diff: examples/apptest/example_service_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
« no previous file with comments | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_service_application.h
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h
index 3e8602e8143a3a7afbb36974965e51fa373d7629..2e65b03d30876f6f783c368046cb73472bcd682a 100644
--- a/examples/apptest/example_service_application.h
+++ b/examples/apptest/example_service_application.h
@@ -21,7 +21,7 @@ class ExampleServiceApplication : public ApplicationDelegate {
private:
// ApplicationDelegate implementation.
bool ConfigureIncomingConnection(
- ApplicationConnection* connection) override;
+ ServiceProviderImpl* service_provider_impl) override;
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceApplication);
};
« no previous file with comments | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698