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

Unified Diff: device/vr/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/vr_device.h
diff --git a/content/browser/vr/vr_device.h b/device/vr/vr_device.h
similarity index 84%
rename from content/browser/vr/vr_device.h
rename to device/vr/vr_device.h
index a5d9ed618b4c2bf15a7754346715696f5a9f06f3..50d7a388c8b77a5b72ca4eab0797969444657bcc 100644
--- a/content/browser/vr/vr_device.h
+++ b/device/vr/vr_device.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_VR_VR_DEVICE_H
-#define CONTENT_BROWSER_VR_VR_DEVICE_H
+#ifndef DEVICE_VR_VR_DEVICE_H
+#define DEVICE_VR_VR_DEVICE_H
#include "base/macros.h"
#include "third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h"
@@ -16,7 +16,7 @@ namespace ui {
class BaseWindow;
}
-namespace content {
+namespace device {
class VRDeviceProvider;
@@ -43,6 +43,6 @@ class VRDevice {
DISALLOW_COPY_AND_ASSIGN(VRDevice);
};
-} // namespace content
+} // namespace device
-#endif // CONTENT_BROWSER_VR_VR_DEVICE_H
+#endif // DEVICE_VR_VR_DEVICE_H

Powered by Google App Engine
This is Rietveld 408576698