| Index: services/surfaces/surfaces_service_application.h
|
| diff --git a/services/surfaces/surfaces_service_application.h b/services/surfaces/surfaces_service_application.h
|
| index e1ff43562a7ec09f22dd2f03398ad7901ace02af..f5fa38d3c0ea97d6d76960e64e639e9c2d0d103e 100644
|
| --- a/services/surfaces/surfaces_service_application.h
|
| +++ b/services/surfaces/surfaces_service_application.h
|
| @@ -10,7 +10,6 @@
|
| #include "cc/surfaces/surface_manager.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
| #include "mojo/public/cpp/application/interface_factory.h"
|
| -#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
|
| #include "services/surfaces/surfaces_impl.h"
|
| #include "services/surfaces/surfaces_scheduler.h"
|
|
|
| @@ -22,7 +21,6 @@ namespace surfaces {
|
|
|
| class SurfacesServiceApplication
|
| : public mojo::ApplicationDelegate,
|
| - public mojo::InterfaceFactory<mojo::SurfacesService>,
|
| public mojo::InterfaceFactory<mojo::Surface>,
|
| public SurfacesImpl::Client,
|
| public SurfacesScheduler::Client {
|
| @@ -35,10 +33,6 @@ class SurfacesServiceApplication
|
| bool ConfigureIncomingConnection(
|
| mojo::ApplicationConnection* connection) override;
|
|
|
| - // InterfaceFactory<SurfacesServicee> implementation.
|
| - void Create(mojo::ApplicationConnection* connection,
|
| - mojo::InterfaceRequest<mojo::SurfacesService> request) override;
|
| -
|
| // InterfaceFactory<Surface> implementation.
|
| void Create(mojo::ApplicationConnection* connection,
|
| mojo::InterfaceRequest<mojo::Surface> request) override;
|
|
|