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

Unified Diff: Source/core/page/FocusController.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/page/EventHandler.cpp ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FocusController.cpp
diff --git a/Source/core/page/FocusController.cpp b/Source/core/page/FocusController.cpp
index cd0025dd20054b6cbc1cd7d2a5af93b20eb1ba27..3a3d3c9060e57bcd2d22dbad6277f10497d6203e 100644
--- a/Source/core/page/FocusController.cpp
+++ b/Source/core/page/FocusController.cpp
@@ -27,7 +27,7 @@
#include "config.h"
#include "FocusController.h"
-#include "AXObjectCache.h"
+#include <limits>
#include "Chrome.h"
#include "Document.h"
#include "Editor.h"
@@ -58,8 +58,8 @@
#include "ShadowRoot.h"
#include "SpatialNavigation.h"
#include "Widget.h"
+#include "core/accessibility/AXObjectCache.h"
#include "htmlediting.h" // For firstPositionInOrBeforeNode
-#include <limits>
namespace WebCore {
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698