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

Unified Diff: device/vr/vr_device_provider.h

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_manager_unittest.cc ('k') | device/vr/vr_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device_provider.h
diff --git a/content/browser/vr/vr_device_provider.h b/device/vr/vr_device_provider.h
similarity index 70%
rename from content/browser/vr/vr_device_provider.h
rename to device/vr/vr_device_provider.h
index 9a4910a47332819f91322b57362210f008ce754c..a81ed4294943a18ba5576fe834a657e14fcc5452 100644
--- a/content/browser/vr/vr_device_provider.h
+++ b/device/vr/vr_device_provider.h
@@ -2,12 +2,12 @@
// 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_PROVIDER_H
-#define CONTENT_BROWSER_VR_VR_DEVICE_PROVIDER_H
+#ifndef DEVICE_VR_VR_DEVICE_PROVIDER_H
+#define DEVICE_VR_VR_DEVICE_PROVIDER_H
#include <vector>
-namespace content {
+namespace device {
class VRDevice;
@@ -22,6 +22,6 @@ class VRDeviceProvider {
virtual void Initialize() = 0;
};
-} // namespace content
+} // namespace device
-#endif // CONTENT_BROWSER_VR_VR_DEVICE_PROVIDER_H
+#endif // DEVICE_VR_VR_DEVICE_PROVIDER_H
« no previous file with comments | « device/vr/vr_device_manager_unittest.cc ('k') | device/vr/vr_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698