| Index: content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionFactory.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionFactory.java b/content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionFactory.java
|
| deleted file mode 100644
|
| index 683df5bccb5f28601c750b09fc4b5c5759662676..0000000000000000000000000000000000000000
|
| --- a/content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionFactory.java
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package org.chromium.content.browser.shapedetection;
|
| -
|
| -import android.content.Context;
|
| -
|
| -import org.chromium.blink.mojom.FaceDetection;
|
| -import org.chromium.services.service_manager.InterfaceFactory;
|
| -
|
| -/**
|
| - * A factory method for registry in InterfaceRegistrarImpl.java.
|
| - */
|
| -public class FaceDetectionFactory implements InterfaceFactory<FaceDetection> {
|
| - public FaceDetectionFactory(Context context) {}
|
| -
|
| - @Override
|
| - public FaceDetection createImpl() {
|
| - return new FaceDetectionImpl();
|
| - }
|
| -}
|
|
|