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

Unified Diff: Source/core/platform/network/ResourceResponse.h

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/network/ResourceRequest.cpp ('k') | Source/core/platform/network/ResourceResponse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/ResourceResponse.h
diff --git a/Source/core/platform/network/ResourceResponse.h b/Source/core/platform/network/ResourceResponse.h
index bc97be26806a1cb23a6190ded498a16208ac2c36..ec4b60f9931eabf06be3d7133e4615165225e59f 100644
--- a/Source/core/platform/network/ResourceResponse.h
+++ b/Source/core/platform/network/ResourceResponse.h
@@ -28,10 +28,10 @@
#define ResourceResponse_h
#include "File.h"
-#include "HTTPHeaderMap.h"
#include "KURL.h"
-#include "ResourceLoadInfo.h"
-#include "ResourceLoadTiming.h"
+#include "core/platform/network/HTTPHeaderMap.h"
+#include "core/platform/network/ResourceLoadInfo.h"
+#include "core/platform/network/ResourceLoadTiming.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/core/platform/network/ResourceRequest.cpp ('k') | Source/core/platform/network/ResourceResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698