| Index: device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
|
| diff --git a/media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java b/device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
|
| similarity index 99%
|
| rename from media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java
|
| rename to device/capture/content/android/java/src/org/chromium/device/ScreenCapture.java
|
| index 6ac2a76853d5609e590291b1615101dad2e1f3f5..008cdf212d1699ba0e9a1a82732e24dc69eda857 100644
|
| --- a/media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java
|
| +++ b/device/capture/content/android/java/src/org/chromium/device/ScreenCapture.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.annotation.TargetApi;
|
| import android.app.Activity;
|
| @@ -38,7 +38,7 @@ import java.nio.ByteBuffer;
|
| * API 21 (L Release). Capture takes place in the current Looper, while pixel
|
| * download takes place in another thread used by ImageReader.
|
| **/
|
| -@JNINamespace("media")
|
| +@JNINamespace("device")
|
| @TargetApi(Build.VERSION_CODES.LOLLIPOP)
|
| public class ScreenCapture extends Fragment {
|
| private static final String TAG = "ScreenCaptureMachine";
|
|
|