| Index: services/prediction/prediction_service_impl.h
|
| diff --git a/services/prediction/prediction_service_impl.h b/services/prediction/prediction_service_impl.h
|
| index dc02b8774b1c9d53076a7bfc301245b653fa9dc8..b1d9944527f03e46c776538ccaadd3e7584d6259 100644
|
| --- a/services/prediction/prediction_service_impl.h
|
| +++ b/services/prediction/prediction_service_impl.h
|
| @@ -6,7 +6,6 @@
|
| #define SERVICES_PREDICTION_PREDICTION_SERVICE_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/public/cpp/application/application_delegate.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/services/prediction/interfaces/prediction.mojom.h"
|
| #include "services/prediction/dictionary_service.h"
|
| @@ -32,16 +31,6 @@ class PredictionServiceImpl : public PredictionService {
|
| DISALLOW_COPY_AND_ASSIGN(PredictionServiceImpl);
|
| };
|
|
|
| -class PredictionServiceDelegate : public mojo::ApplicationDelegate {
|
| - public:
|
| - PredictionServiceDelegate();
|
| - ~PredictionServiceDelegate() override;
|
| -
|
| - // mojo::ApplicationDelegate implementation
|
| - bool ConfigureIncomingConnection(
|
| - mojo::ServiceProviderImpl* service_provider_impl) override;
|
| -};
|
| -
|
| } // namespace prediction
|
|
|
| #endif // SERVICES_PREDICTION_PREDICTION_SERVICE_IMPL_H_
|
|
|