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

Unified Diff: Source/core/loader/NavigationScheduler.cpp

Issue 14358030: Absolutify paths to history/, xml/parser/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/HistoryController.cpp ('k') | Source/core/page/ContextMenuController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/NavigationScheduler.cpp
diff --git a/Source/core/loader/NavigationScheduler.cpp b/Source/core/loader/NavigationScheduler.cpp
index 9fbbb02508bf159102987bfe2ed6f4d035ee4d5a..ee9bd9a9bdacfd7438d222663edb661b12da3d23 100644
--- a/Source/core/loader/NavigationScheduler.cpp
+++ b/Source/core/loader/NavigationScheduler.cpp
@@ -32,14 +32,14 @@
#include "config.h"
#include "core/loader/NavigationScheduler.h"
-#include "BackForwardController.h"
#include "Event.h"
#include "HTMLFormElement.h"
#include "HTMLFrameOwnerElement.h"
-#include "HistoryItem.h"
#include "InspectorInstrumentation.h"
#include "ScriptController.h"
#include "UserGestureIndicator.h"
+#include "core/history/BackForwardController.h"
+#include "core/history/HistoryItem.h"
#include "core/loader/DocumentLoader.h"
#include "core/loader/FormState.h"
#include "core/loader/FormSubmission.h"
« no previous file with comments | « Source/core/loader/HistoryController.cpp ('k') | Source/core/page/ContextMenuController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698