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

Unified Diff: content/browser/vr/vr_device.h

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 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: content/browser/vr/vr_device.h
diff --git a/content/browser/vr/vr_device.h b/content/browser/vr/vr_device.h
index e3026d73ef8099a0074d79af87b42076bf4bcdc4..4eb9ba5b98f2c1ddb579fdc8d2fa6e300970cb82 100644
--- a/content/browser/vr/vr_device.h
+++ b/content/browser/vr/vr_device.h
@@ -6,7 +6,9 @@
#define CONTENT_BROWSER_VR_VR_DEVICE_H
#include "base/macros.h"
-#include "content/common/vr_service.mojom.h"
+#include "third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h"
+
+using namespace mojom;
Yuki 2016/03/22 07:15:03 Ditto.
RaviKasibhatla 2016/03/23 15:20:50 Done.
namespace blink {
struct WebHMDSensorState;

Powered by Google App Engine
This is Rietveld 408576698