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

Unified Diff: Source/core/platform/network/HTTPRequest.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/HTTPParsers.cpp ('k') | Source/core/platform/network/HTTPRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/HTTPRequest.h
diff --git a/Source/core/platform/network/HTTPRequest.h b/Source/core/platform/network/HTTPRequest.h
index 8e13fc873a558713b63ed8ae18c1f9f34c493526..58b53a16916755fa5686ddbeb836e8af1a60ffff 100644
--- a/Source/core/platform/network/HTTPRequest.h
+++ b/Source/core/platform/network/HTTPRequest.h
@@ -32,9 +32,9 @@
#ifndef HTTPRequest_h
#define HTTPRequest_h
-#include "HTTPHeaderMap.h"
-#include "HTTPParsers.h"
#include "KURL.h"
+#include "core/platform/network/HTTPHeaderMap.h"
+#include "core/platform/network/HTTPParsers.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/platform/network/HTTPParsers.cpp ('k') | Source/core/platform/network/HTTPRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698