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

Unified Diff: content/renderer/vr/vr_type_converters.cc

Issue 1832813002: Add mojom module suffix in .mojom files in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment 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
« no previous file with comments | « content/renderer/vr/vr_type_converters.h ('k') | content/renderer/wake_lock/wake_lock_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/vr/vr_type_converters.cc
diff --git a/content/renderer/vr/vr_type_converters.cc b/content/renderer/vr/vr_type_converters.cc
index ba220a4f4f9348a4f1bbbf2c1de0e4a8a59c83a9..61b14d1e9fa0bab3bd5d4b7f43d4884394d325d4 100644
--- a/content/renderer/vr/vr_type_converters.cc
+++ b/content/renderer/vr/vr_type_converters.cc
@@ -8,14 +8,14 @@
#include <algorithm>
-using content::VRVector3Ptr;
-using content::VRVector4Ptr;
-using content::VRRectPtr;
-using content::VRFieldOfViewPtr;
-using content::VREyeParametersPtr;
-using content::VRHMDInfoPtr;
-using content::VRDeviceInfoPtr;
-using content::VRSensorStatePtr;
+using content::mojom::VRVector3Ptr;
+using content::mojom::VRVector4Ptr;
+using content::mojom::VRRectPtr;
+using content::mojom::VRFieldOfViewPtr;
+using content::mojom::VREyeParametersPtr;
+using content::mojom::VRHMDInfoPtr;
+using content::mojom::VRDeviceInfoPtr;
+using content::mojom::VRSensorStatePtr;
namespace mojo {
« no previous file with comments | « content/renderer/vr/vr_type_converters.h ('k') | content/renderer/wake_lock/wake_lock_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698