Index: services/clipboard/main.cc |
diff --git a/services/clipboard/main.cc b/services/clipboard/main.cc |
index 2a2a6584bcb1c4e6cc863e67d17d24d5ee88d102..cdbb564a647c60d60d06dd821978458043747569 100644 |
--- a/services/clipboard/main.cc |
+++ b/services/clipboard/main.cc |
@@ -23,7 +23,7 @@ class Delegate : public mojo::ApplicationDelegate, |
} |
// mojo::InterfaceFactory<mojo::Clipboard> implementation. |
- void Create(mojo::ApplicationConnection* connection, |
+ void Create(const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<mojo::Clipboard> request) override { |
// TODO(erg): Write native implementations of the clipboard. For now, we |
// just build a clipboard which doesn't interact with the system. |