| 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.
|
|
|