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

Unified Diff: Source/core/platform/chromium/support/WebURLResponse.cpp

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/core/platform/chromium/support/WebURLRequest.cpp ('k') | Source/core/platform/network/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/support/WebURLResponse.cpp
diff --git a/Source/core/platform/chromium/support/WebURLResponse.cpp b/Source/core/platform/chromium/support/WebURLResponse.cpp
index 9435a144d9806f2de5fdd445d6ad439bc3ebbe23..2e422d1ed82af8c29172463a32afdf177bd9bdc2 100644
--- a/Source/core/platform/chromium/support/WebURLResponse.cpp
+++ b/Source/core/platform/chromium/support/WebURLResponse.cpp
@@ -31,9 +31,9 @@
#include "config.h"
#include <public/WebURLResponse.h>
-#include "ResourceLoadTiming.h"
-#include "ResourceResponse.h"
#include "core/platform/chromium/support/WebURLResponsePrivate.h"
+#include "core/platform/network/ResourceLoadTiming.h"
+#include "core/platform/network/ResourceResponse.h"
#include <public/WebHTTPHeaderVisitor.h>
#include <public/WebHTTPLoadInfo.h>
#include <public/WebString.h>
« no previous file with comments | « Source/core/platform/chromium/support/WebURLRequest.cpp ('k') | Source/core/platform/network/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698