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

Unified Diff: device/vr/vr_device.cc

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/vr_device.h ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device.cc
diff --git a/content/browser/vr/vr_device.cc b/device/vr/vr_device.cc
similarity index 72%
rename from content/browser/vr/vr_device.cc
rename to device/vr/vr_device.cc
index ab7a7bc6ac11b404d8f4699f8123906c46cfd409..58ce856aa3994a01a75d7800b89e83bf7a529a71 100644
--- a/content/browser/vr/vr_device.cc
+++ b/device/vr/vr_device.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/vr/vr_device.h"
-#include "content/browser/vr/vr_device_provider.h"
+#include "device/vr/vr_device.h"
+#include "device/vr/vr_device_provider.h"
-namespace content {
+namespace device {
unsigned int VRDevice::next_id_ = 1;
@@ -16,7 +16,6 @@ VRDevice::VRDevice(VRDeviceProvider* provider)
next_id_++;
}
-VRDevice::~VRDevice() {
-}
+VRDevice::~VRDevice() {}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/vr/vr_device.h ('k') | device/vr/vr_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698