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

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

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/browser/vr/test/fake_vr_device.cc ('k') | content/browser/vr/vr_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e3f181715eb4d98a670900bb89e5c7e63e7cbe3d 100644
--- a/content/browser/vr/vr_device.h
+++ b/content/browser/vr/vr_device.h
@@ -30,8 +30,8 @@ class VRDevice {
VRDeviceProvider* provider() const { return provider_; }
unsigned int id() const { return id_; }
- virtual VRDeviceInfoPtr GetVRDevice() = 0;
- virtual VRSensorStatePtr GetSensorState() = 0;
+ virtual mojom::VRDeviceInfoPtr GetVRDevice() = 0;
+ virtual mojom::VRSensorStatePtr GetSensorState() = 0;
virtual void ResetSensor() = 0;
private:
« no previous file with comments | « content/browser/vr/test/fake_vr_device.cc ('k') | content/browser/vr/vr_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698