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

Unified Diff: Source/modules/vr/VRGetDevicesCallback.cpp

Issue 1106263003: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/modules/vr/VRGetDevicesCallback.h ('k') | Source/modules/vr/VRHardwareUnit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.cpp
diff --git a/Source/modules/vr/VRGetDevicesCallback.cpp b/Source/modules/vr/VRGetDevicesCallback.cpp
index 6314c762a23c459ca09b6a6c12c485f47880a0e0..30c22c1427e9e9d92e0a59d52bdcbf6038fdff9a 100644
--- a/Source/modules/vr/VRGetDevicesCallback.cpp
+++ b/Source/modules/vr/VRGetDevicesCallback.cpp
@@ -20,7 +20,7 @@ VRGetDevicesCallback::~VRGetDevicesCallback()
{
}
-void VRGetDevicesCallback::onSuccess(WebVector<blink::WebVRDevice>* devices)
+void VRGetDevicesCallback::onSuccess(WebVector<WebVRDevice>* devices)
{
m_resolver->resolve(m_hardwareUnits->updateVRHardwareUnits(devices));
}
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.h ('k') | Source/modules/vr/VRHardwareUnit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698