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

Unified Diff: Source/core/loader/Prerenderer.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/loader/Prerenderer.h ('k') | Source/core/loader/PrerendererClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/Prerenderer.cpp
diff --git a/Source/core/loader/Prerenderer.cpp b/Source/core/loader/Prerenderer.cpp
index 95860b083b4bcf10c47310cf6e9c08f4bf65a3d3..7c23c5bc150c0bff8f1ada717d2fdf3a213cb011 100644
--- a/Source/core/loader/Prerenderer.cpp
+++ b/Source/core/loader/Prerenderer.cpp
@@ -35,11 +35,11 @@
#include "Document.h"
#include "Frame.h"
#include "FrameLoader.h"
-#include "PrerenderHandle.h"
#include "PrerendererClient.h"
-#include "ReferrerPolicy.h"
#include "SecurityPolicy.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/platform/PrerenderHandle.h"
+#include "core/platform/ReferrerPolicy.h"
#include <wtf/MemoryInstrumentationVector.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/loader/Prerenderer.h ('k') | Source/core/loader/PrerendererClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698