Index: services/asset_bundle/main.cc |
diff --git a/services/asset_bundle/main.cc b/services/asset_bundle/main.cc |
index ce98693d890261c50a24f55fb5b0ab9b5be333a3..9d06e5203edc8bed0493558a81299e9a5977465e 100644 |
--- a/services/asset_bundle/main.cc |
+++ b/services/asset_bundle/main.cc |
@@ -28,7 +28,7 @@ class AssetBundleApp : public ApplicationDelegate, |
} |
// |InterfaceFactory<AssetUnpacker>| implementation: |
- void Create(ApplicationConnection* connection, |
+ void Create(const ConnectionContext& connection_context, |
InterfaceRequest<AssetUnpacker> request) override { |
// Lazily initialize |sequenced_worker_pool_|. (We can't create it in the |
// constructor, since AtExitManager is only created in |