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

Unified Diff: Source/platform/exported/WebURLResponse.cpp

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file Created 7 years, 2 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/platform/exported/WebURLRequestPrivate.h ('k') | Source/platform/exported/WebURLResponsePrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebURLResponse.cpp
diff --git a/Source/core/platform/chromium/support/WebURLResponse.cpp b/Source/platform/exported/WebURLResponse.cpp
similarity index 98%
rename from Source/core/platform/chromium/support/WebURLResponse.cpp
rename to Source/platform/exported/WebURLResponse.cpp
index 84d4033cf168e8f88a1cad41b1680e48dbdd9bd5..e3e55d66957c5ac4aa49119afa9f6ebd0f0f5d04 100644
--- a/Source/core/platform/chromium/support/WebURLResponse.cpp
+++ b/Source/platform/exported/WebURLResponse.cpp
@@ -31,9 +31,9 @@
#include "config.h"
#include "public/platform/WebURLResponse.h"
-#include "core/platform/chromium/support/WebURLResponsePrivate.h"
-#include "core/platform/network/ResourceLoadTiming.h"
-#include "core/platform/network/ResourceResponse.h"
+#include "platform/exported/WebURLResponsePrivate.h"
+#include "platform/network/ResourceLoadTiming.h"
+#include "platform/network/ResourceResponse.h"
#include "public/platform/WebHTTPHeaderVisitor.h"
#include "public/platform/WebHTTPLoadInfo.h"
#include "public/platform/WebString.h"
« no previous file with comments | « Source/platform/exported/WebURLRequestPrivate.h ('k') | Source/platform/exported/WebURLResponsePrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698