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

Unified Diff: Source/core/dom/Position.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/dom/Node.cpp ('k') | Source/core/dom/ScriptElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Position.cpp
diff --git a/Source/core/dom/Position.cpp b/Source/core/dom/Position.cpp
index c1dd167ee9e4c342060771c59950f2fc28ed719c..d314a25a40443a8914117aba4d362850c2db2c1f 100644
--- a/Source/core/dom/Position.cpp
+++ b/Source/core/dom/Position.cpp
@@ -26,11 +26,11 @@
#include "config.h"
#include "Position.h"
+#include <stdio.h>
#include "CSSComputedStyleDeclaration.h"
#include "HTMLNames.h"
#include "InlineIterator.h"
#include "InlineTextBox.h"
-#include "Logging.h"
#include "PositionIterator.h"
#include "RenderBlock.h"
#include "RenderInline.h"
@@ -40,8 +40,8 @@
#include "TextIterator.h"
#include "VisiblePosition.h"
#include "VisibleUnits.h"
+#include "core/platform/Logging.h"
#include "htmlediting.h"
-#include <stdio.h>
#include <wtf/text/CString.h>
#include <wtf/unicode/CharacterNames.h>
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/dom/ScriptElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698