| Index: content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java b/content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java
|
| index 228afef86a0be9a806bac8bf1ac7f5ed61e48329..d88a4bccff263bc046092db01ce819d6a53b317f 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java
|
| @@ -8,8 +8,8 @@ import android.content.Context;
|
|
|
| import org.chromium.base.annotations.CalledByNative;
|
| import org.chromium.base.annotations.JNINamespace;
|
| -import org.chromium.blink.mojom.ShapeDetection;
|
| -import org.chromium.content.browser.shapedetection.ShapeDetectionFactory;
|
| +import org.chromium.blink.mojom.FaceDetection;
|
| +import org.chromium.content.browser.shapedetection.FaceDetectionFactory;
|
| import org.chromium.content_public.browser.InterfaceRegistrar;
|
| import org.chromium.content_public.browser.WebContents;
|
| import org.chromium.device.BatteryMonitor;
|
| @@ -59,7 +59,7 @@ class ContentContextInterfaceRegistrar implements InterfaceRegistrar<Context> {
|
| registry.addInterface(
|
| BatteryMonitor.MANAGER, new BatteryMonitorFactory(applicationContext));
|
| registry.addInterface(
|
| - ShapeDetection.MANAGER, new ShapeDetectionFactory(applicationContext));
|
| + FaceDetection.MANAGER, new FaceDetectionFactory(applicationContext));
|
| // TODO(avayvod): Register the PresentationService implementation here.
|
| }
|
| }
|
|
|