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

Unified Diff: content/browser/vr/android/cardboard/cardboard_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/android/cardboard/cardboard_vr_device.h
diff --git a/content/browser/vr/android/cardboard/cardboard_vr_device.h b/content/browser/vr/android/cardboard/cardboard_vr_device.h
index 66f82876ab1b316c244770ebb46c83e392f1f83d..515d3193b6fa19dbe2c966627f5633ef9c823a5d 100644
--- a/content/browser/vr/android/cardboard/cardboard_vr_device.h
+++ b/content/browser/vr/android/cardboard/cardboard_vr_device.h
@@ -11,6 +11,8 @@
#include "base/macros.h"
#include "content/browser/vr/vr_device.h"
+using namespace mojom;
Yuki 2016/03/22 07:15:03 In general, "using namespace" in headers is discou
RaviKasibhatla 2016/03/23 15:20:50 Done.
+
namespace content {
class CardboardVRDevice : public VRDevice {

Powered by Google App Engine
This is Rietveld 408576698