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

Unified Diff: device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.java

Issue 2029703002: Moving VR service from /content/browser to /device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added nogncheck to failing include Created 4 years, 6 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
« no previous file with comments | « device/vr/android/cardboard/cardboard_vr_device_provider.cc ('k') | device/vr/android/vr_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java b/device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.java
similarity index 97%
rename from content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java
rename to device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.java
index 3bc6e82f200ed5cf5a36e4955c8d44e2d5e9fff2..ba7d4d817385529df92a5449fd899b0ab67e688b 100644
--- a/content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java
+++ b/device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.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.input;
+package org.chromium.device.vr;
import android.content.Context;
@@ -19,7 +19,7 @@ import org.chromium.base.annotations.JNINamespace;
/**
* This is the implementation of the C++ counterpart CardboardVRDevice.
*/
-@JNINamespace("content")
+@JNINamespace("device")
class CardboardVRDevice {
private static final String TAG = "CardboardVRDevice";
private final HeadMountedDisplayManager mHMDManager;
« no previous file with comments | « device/vr/android/cardboard/cardboard_vr_device_provider.cc ('k') | device/vr/android/vr_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698