| 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 4020a078ddb3a991e1eadf0bd95d42b93323bf4b..25b2262f9b04b79d4d62996514af921e0998a259 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"
|
| @@ -2259,7 +2259,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
|
| #if defined(OS_ANDROID)
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
| - ->CreateInterfaceFactory<blink::mojom::ShapeDetection>());
|
| + ->CreateInterfaceFactory<blink::mojom::FaceDetection>());
|
|
|
| GetInterfaceRegistry()->AddInterface(
|
| GetGlobalJavaInterfaces()
|
|
|