| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 34c8572c4391e87f2198abd6d78498ecbe4be1c4..70b4b0feeb4d86106cdb2eeb7c4aed5e7091fc3d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -105,7 +105,7 @@
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "services/service_manager/public/cpp/connector.h"
|
| #include "services/service_manager/public/cpp/interface_provider.h"
|
| -#include "third_party/WebKit/public/platform/modules/shapedetection/facedetection.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/shapedetection/shapedetection_provider.mojom.h"
|
| #include "ui/accessibility/ax_tree.h"
|
| #include "ui/accessibility/ax_tree_update.h"
|
| #include "ui/gfx/geometry/quad_f.h"
|
| @@ -2231,7 +2231,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
|
| #if defined(OS_ANDROID)
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
| - ->CreateInterfaceFactory<blink::mojom::FaceDetection>());
|
| + ->CreateInterfaceFactory<blink::mojom::ShapeDetectionProvider>());
|
|
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
|
|