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

Unified Diff: Source/core/platform/KURL.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/KURL.h ('k') | Source/core/platform/KURLGoogle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/KURL.cpp
diff --git a/Source/core/platform/KURL.cpp b/Source/core/platform/KURL.cpp
index eb92284d8f91394ae94a0910a1fd6ffafb4f0d48..52e70d472eae2b37a3c548c820b7b074a312f095 100644
--- a/Source/core/platform/KURL.cpp
+++ b/Source/core/platform/KURL.cpp
@@ -25,11 +25,11 @@
*/
#include "config.h"
-#include "KURL.h"
+#include "core/platform/KURL.h"
#include <stdio.h>
-#include "MIMETypeRegistry.h"
-#include "PlatformMemoryInstrumentation.h"
+#include "core/platform/MIMETypeRegistry.h"
+#include "core/platform/PlatformMemoryInstrumentation.h"
#include "core/platform/text/DecodeEscapeSequences.h"
#include "core/platform/text/TextEncoding.h"
#include <wtf/HashMap.h>
« no previous file with comments | « Source/core/platform/KURL.h ('k') | Source/core/platform/KURLGoogle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698