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

Unified Diff: Source/platform/network/FormData.h

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/platform/network/FormData.h
diff --git a/Source/platform/network/FormData.h b/Source/platform/network/FormData.h
index 34baa640db6e909c9097d8a978417d9014046199..a4fd35e108cb94e12f75deaa939eb65541d7ab26 100644
--- a/Source/platform/network/FormData.h
+++ b/Source/platform/network/FormData.h
@@ -21,7 +21,7 @@
#define FormData_h
#include "platform/blob/BlobData.h"
-#include "weborigin/KURL.h"
+#include "platform/weborigin/KURL.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
#include "wtf/Vector.h"

Powered by Google App Engine
This is Rietveld 408576698