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

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

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/VRFieldOfView.h ('k') | Source/modules/vr/VRGetDevicesCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.h
diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
index 27dbdad1f9dffe44977699f2c5bd26ac633eb54a..417c12cb93d2421191848b33c1de4b0a3d53387b 100644
--- a/Source/modules/vr/VRGetDevicesCallback.h
+++ b/Source/modules/vr/VRGetDevicesCallback.h
@@ -21,7 +21,7 @@ public:
VRGetDevicesCallback(PassRefPtrWillBeRawPtr<ScriptPromiseResolver>, VRHardwareUnitCollection*);
~VRGetDevicesCallback() override;
- void onSuccess(WebVector<blink::WebVRDevice>*) override;
+ void onSuccess(WebVector<WebVRDevice>*) override;
void onError() override;
private:
« no previous file with comments | « Source/modules/vr/VRFieldOfView.h ('k') | Source/modules/vr/VRGetDevicesCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698