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

Unified Diff: device/vr/android/cardboard/cardboard_vr_device.h

Issue 2029703002: Moving VR service from /content/browser to /device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/vr/android/cardboard/cardboard_vr_device.h
diff --git a/content/browser/vr/android/cardboard/cardboard_vr_device.h b/device/vr/android/cardboard/cardboard_vr_device.h
similarity index 76%
rename from content/browser/vr/android/cardboard/cardboard_vr_device.h
rename to device/vr/android/cardboard/cardboard_vr_device.h
index 1f88c6636fa289019498da2cb026c8bd3625bd17..27ebcba7902b1124bdb91e97a4ebd3601d3e7695 100644
--- a/content/browser/vr/android/cardboard/cardboard_vr_device.h
+++ b/device/vr/android/cardboard/cardboard_vr_device.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_VR_CARDBOARD_VR_DEVICE_H
-#define CONTENT_BROWSER_VR_CARDBOARD_VR_DEVICE_H
+#ifndef DEVICE_VR_CARDBOARD_VR_DEVICE_H
+#define DEVICE_VR_CARDBOARD_VR_DEVICE_H
#include <jni.h>
#include "base/android/jni_android.h"
#include "base/macros.h"
-#include "content/browser/vr/vr_device.h"
+#include "device/vr/vr_device.h"
-namespace content {
+namespace device {
class CardboardVRDevice : public VRDevice {
public:
@@ -31,6 +31,6 @@ class CardboardVRDevice : public VRDevice {
DISALLOW_COPY_AND_ASSIGN(CardboardVRDevice);
};
-} // namespace content
+} // namespace device
-#endif // CONTENT_BROWSER_VR_CARDBOARD_VR_DEVICE_H
+#endif // DEVICE_VR_CARDBOARD_VR_DEVICE_H

Powered by Google App Engine
This is Rietveld 408576698