| 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 a17b198447e048b9986418c4b6d3446bfc040ba4..57605f91b135fdd6b3def7648de5ea44909b3beb 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -104,7 +104,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/shapedetection.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/shapedetection/facedetection.mojom.h"
|
| #include "ui/accessibility/ax_tree.h"
|
| #include "ui/accessibility/ax_tree_update.h"
|
| #include "ui/gfx/geometry/quad_f.h"
|
| @@ -2252,7 +2252,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
|
| #if defined(OS_ANDROID)
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
| - ->CreateInterfaceFactory<blink::mojom::ShapeDetection>());
|
| + ->CreateInterfaceFactory<blink::mojom::FaceDetection>());
|
|
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
|
|