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

Unified Diff: Source/web/WebMediaStreamRegistry.cpp

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/web/WebMediaStreamRegistry.cpp
diff --git a/Source/web/WebMediaStreamRegistry.cpp b/Source/web/WebMediaStreamRegistry.cpp
index 077dbd1037815c0699a2e925de0381ce374b688b..f6472267fcefb80e802282700afb66dcce4d9855 100644
--- a/Source/web/WebMediaStreamRegistry.cpp
+++ b/Source/web/WebMediaStreamRegistry.cpp
@@ -37,7 +37,7 @@
#include "public/platform/WebMediaStream.h"
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
-#include "weborigin/KURL.h"
+#include "platform/weborigin/KURL.h"
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698