Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1300)

Unified Diff: services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java

Issue 2861263002: Shape Detection: move Java Face detection classes to //services/shape_detection (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionProviderImpl.java b/services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java
similarity index 96%
rename from content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionProviderImpl.java
rename to services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java
index 975ca3d2a9447d4af37a72c56bfd5d66a6a724a8..232102abdb941e4799272bfde4e725c21b2f6cb5 100644
--- a/content/public/android/java/src/org/chromium/content/browser/shapedetection/FaceDetectionProviderImpl.java
+++ b/services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java
@@ -2,7 +2,7 @@
// 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;
+package org.chromium.shape_detection;
import android.content.Context;

Powered by Google App Engine
This is Rietveld 408576698