| Index: services/media/factory_service/factory_service.h
|
| diff --git a/services/media/factory_service/factory_service.h b/services/media/factory_service/factory_service.h
|
| index 309a4ed8e356a224efda4dd046988f3ac04008ce..f115c5e4bef1ede3374e255c26e274ed3ee2c47f 100644
|
| --- a/services/media/factory_service/factory_service.h
|
| +++ b/services/media/factory_service/factory_service.h
|
| @@ -80,7 +80,7 @@ class MediaFactoryService : public ApplicationDelegate,
|
| bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
|
|
|
| // InterfaceFactory<MediaFactory> implementation.
|
| - void Create(ApplicationConnection* connection,
|
| + void Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<MediaFactory> request) override;
|
|
|
| // MediaFactory implementation.
|
|
|