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

Unified Diff: Source/core/page/History.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/page/FrameView.cpp ('k') | Source/core/page/Location.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/History.h
diff --git a/Source/core/page/History.h b/Source/core/page/History.h
index ca976a96c7160f40fb3130844422d3ab3a68e3cb..69483f45e24f91b6ff3079ba9bec1dbadcd8ccaf 100644
--- a/Source/core/page/History.h
+++ b/Source/core/page/History.h
@@ -27,9 +27,9 @@
#define History_h
#include "DOMWindowProperty.h"
-#include "KURL.h"
#include "ScriptWrappable.h"
#include "SerializedScriptValue.h"
+#include "core/platform/KURL.h"
#include <wtf/Forward.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
« no previous file with comments | « Source/core/page/FrameView.cpp ('k') | Source/core/page/Location.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698