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

Unified Diff: Source/WebKit/chromium/src/WebSurroundingText.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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
Index: Source/WebKit/chromium/src/WebSurroundingText.cpp
diff --git a/Source/WebKit/chromium/src/WebSurroundingText.cpp b/Source/WebKit/chromium/src/WebSurroundingText.cpp
index 8826606de2f6c7b2f66246e9a3388023900337f3..43883801d66ddda520f3ef1ac640cad0d15ceff5 100644
--- a/Source/WebKit/chromium/src/WebSurroundingText.cpp
+++ b/Source/WebKit/chromium/src/WebSurroundingText.cpp
@@ -25,11 +25,11 @@
#include "config.h"
#include "WebSurroundingText.h"
-#include "Element.h"
-#include "Node.h"
-#include "Range.h"
-#include "Text.h"
#include "WebHitTestResult.h"
+#include "core/dom/Element.h"
+#include "core/dom/Node.h"
+#include "core/dom/Range.h"
+#include "core/dom/Text.h"
#include "core/editing/SurroundingText.h"
#include "core/editing/VisiblePosition.h"
#include "core/rendering/RenderObject.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebStorageQuotaCallbacksImpl.cpp ('k') | Source/WebKit/chromium/src/WebUserGestureIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698