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

Unified Diff: device/capture/video/android/java/src/org/chromium/device/VideoCaptureFactory.java

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: device/capture/video/android/java/src/org/chromium/device/VideoCaptureFactory.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java b/device/capture/video/android/java/src/org/chromium/device/VideoCaptureFactory.java
similarity index 99%
rename from media/capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java
rename to device/capture/video/android/java/src/org/chromium/device/VideoCaptureFactory.java
index c88f9f7d582429300afd07c74a31d79a3e7e766e..7f169113fb598ab874eed6d0cbcfc667147c1014 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java
+++ b/device/capture/video/android/java/src/org/chromium/device/VideoCaptureFactory.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.media;
+package org.chromium.device;
import android.Manifest;
import android.content.Context;
@@ -22,7 +22,7 @@ import org.chromium.base.annotations.JNINamespace;
* ChromiumCameraInfo is an internal class with some static methods needed from
* the rest of the class to manipulate the |id|s of normal and special devices.
**/
-@JNINamespace("media")
+@JNINamespace("device")
@SuppressWarnings("deprecation")
class VideoCaptureFactory {
// Internal class to encapsulate camera device id manipulations.

Powered by Google App Engine
This is Rietveld 408576698