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

Unified Diff: services/keyboard/linux/main.cc

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 | « services/js/content_handler_main.cc ('k') | services/log/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard/linux/main.cc
diff --git a/services/keyboard/linux/main.cc b/services/keyboard/linux/main.cc
index 6ca21bd7a98e707ecd28df689920aaa7d8f2cb8e..19bd0ffb81cf2b3fb4c2cf0d7ea809b302d57b0d 100644
--- a/services/keyboard/linux/main.cc
+++ b/services/keyboard/linux/main.cc
@@ -43,8 +43,8 @@ class KeyboardServiceApp : public mojo::ApplicationDelegate {
// |ApplicationDelegate| override:
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override {
- connection->GetServiceProviderImpl().AddService<KeyboardServiceFactory>([](
+ mojo::ServiceProviderImpl* service_provider_impl) override {
+ service_provider_impl->AddService<KeyboardServiceFactory>([](
const mojo::ConnectionContext& connection_context,
mojo::InterfaceRequest<KeyboardServiceFactory>
keyboard_service_factory_request) {
« no previous file with comments | « services/js/content_handler_main.cc ('k') | services/log/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698