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

Unified Diff: Source/core/loader/SubstituteResource.h

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/loader/SubstituteData.h ('k') | Source/core/loader/TextTrackLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/SubstituteResource.h
diff --git a/Source/core/loader/SubstituteResource.h b/Source/core/loader/SubstituteResource.h
index 596d67e2a54e28d34d369bea330507fcad470117..f8620a298e4f81f2dcc780cbefdd9d0c249e881e 100644
--- a/Source/core/loader/SubstituteResource.h
+++ b/Source/core/loader/SubstituteResource.h
@@ -28,8 +28,8 @@
#include <wtf/RefCounted.h>
-#include "KURL.h"
-#include "SharedBuffer.h"
+#include "core/platform/KURL.h"
+#include "core/platform/SharedBuffer.h"
#include "core/platform/network/ResourceResponse.h"
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/core/loader/SubstituteData.h ('k') | Source/core/loader/TextTrackLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698