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

Unified Diff: Source/core/rendering/RenderObject.cpp

Issue 14336010: Absolutify paths to accessibility/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/rendering/RenderMenuList.cpp ('k') | Source/core/rendering/RenderObjectChildList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderObject.cpp
diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
index a54ae5cfa2ac0d873d2254b9e8b1d10fe9e24a1c..78a3f41d9134ea78030d62b8ad02efc76159e57e 100644
--- a/Source/core/rendering/RenderObject.cpp
+++ b/Source/core/rendering/RenderObject.cpp
@@ -27,7 +27,8 @@
#include "config.h"
#include "RenderObject.h"
-#include "AXObjectCache.h"
+#include <stdio.h>
+#include <algorithm>
#include "AnimationController.h"
#include "Chrome.h"
#include "ContentData.h"
@@ -74,9 +75,8 @@
#include "StyleResolver.h"
#include "TransformState.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/accessibility/AXObjectCache.h"
#include "htmlediting.h"
-#include <algorithm>
-#include <stdio.h>
#include <wtf/RefCountedLeakCounter.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/rendering/RenderMenuList.cpp ('k') | Source/core/rendering/RenderObjectChildList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698