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

Unified Diff: Source/core/history/BackForwardController.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/dom/ProcessingInstruction.cpp ('k') | Source/core/history/BackForwardListImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/history/BackForwardController.cpp
diff --git a/Source/core/history/BackForwardController.cpp b/Source/core/history/BackForwardController.cpp
index 6de54cffb8cc24b7a170c5cee20dcbed4aea0eda..875630c5226e2c5c2650cc3b2bc980b61acbf5d7 100644
--- a/Source/core/history/BackForwardController.cpp
+++ b/Source/core/history/BackForwardController.cpp
@@ -24,10 +24,10 @@
*/
#include "config.h"
-#include "BackForwardController.h"
+#include "core/history/BackForwardController.h"
-#include "BackForwardListImpl.h"
-#include "HistoryItem.h"
+#include "core/history/BackForwardListImpl.h"
+#include "core/history/HistoryItem.h"
#include "core/page/Page.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/ProcessingInstruction.cpp ('k') | Source/core/history/BackForwardListImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698