| Index: services/shape_detection/shape_detection_service.h
 | 
| diff --git a/services/shape_detection/shape_detection_service.h b/services/shape_detection/shape_detection_service.h
 | 
| index b84125f707a3f844b265c15f995922a1bb85c2cd..ab7945620d7affed6bb7d8230015f77d3ce894cc 100644
 | 
| --- a/services/shape_detection/shape_detection_service.h
 | 
| +++ b/services/shape_detection/shape_detection_service.h
 | 
| @@ -25,7 +25,6 @@ class ShapeDetectionService : public service_manager::Service {
 | 
|    void OnStart() override;
 | 
|    bool OnConnect(const service_manager::ServiceInfo& remote_info,
 | 
|                   service_manager::InterfaceRegistry* registry) override;
 | 
| -  bool OnStop() override;
 | 
|  
 | 
|   private:
 | 
|    std::unique_ptr<service_manager::ServiceContextRefFactory> ref_factory_;
 | 
| 
 |