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

Unified Diff: third_party/WebKit/Source/platform/vr/vr_type_converters.cc

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/platform/vr/vr_type_converters.cc
diff --git a/content/renderer/vr/vr_type_converters.cc b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc
similarity index 98%
rename from content/renderer/vr/vr_type_converters.cc
rename to third_party/WebKit/Source/platform/vr/vr_type_converters.cc
index ba220a4f4f9348a4f1bbbf2c1de0e4a8a59c83a9..c9610c0ed17b72aeea2019fbc0ad67816a57c4bd 100644
--- a/content/renderer/vr/vr_type_converters.cc
+++ b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/vr/vr_type_converters.h"
+#include "platform/vr/vr_type_converters.h"
#include <string.h>

Powered by Google App Engine
This is Rietveld 408576698