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

Unified Diff: device/capture/video/android/java/src/org/chromium/device/VideoCaptureFormat.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/VideoCaptureFormat.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java b/device/capture/video/android/java/src/org/chromium/device/VideoCaptureFormat.java
similarity index 96%
rename from media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
rename to device/capture/video/android/java/src/org/chromium/device/VideoCaptureFormat.java
index a875843758deef4dcf95838d8cb984b2d4ecea39..b2c68e279d81cd6d4caab9d4f407cda4fd495500 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
+++ b/device/capture/video/android/java/src/org/chromium/device/VideoCaptureFormat.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;
class VideoCaptureFormat {
int mWidth;

Powered by Google App Engine
This is Rietveld 408576698