| Index: chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java b/chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java
|
| index ff32480b928c22b84b95a580e35557769111be4a..7048c67ba0b91b123c96a7a026d365ddb5ea4f7b 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/shapedetection/TextDetectionFactory.java
|
| @@ -6,10 +6,10 @@ package org.chromium.chrome.browser.shapedetection;
|
|
|
| import android.app.Activity;
|
|
|
| -import org.chromium.blink.mojom.TextDetection;
|
| import org.chromium.content.browser.ContentViewCore;
|
| import org.chromium.content_public.browser.WebContents;
|
| import org.chromium.services.service_manager.InterfaceFactory;
|
| +import org.chromium.shape_detection.mojom.TextDetection;
|
| import org.chromium.ui.base.WindowAndroid;
|
|
|
| /**
|
|
|