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

Unified Diff: Source/core/accessibility/AXObjectCache.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/accessibility/AXObjectCache.h ('k') | Source/core/accessibility/AccessibilityMediaControls.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObjectCache.cpp
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp
index 996891cdff533d91f696b8b5b215b72e93130227..eb01b9fb541c9b943f38a6113c4a95d309f7c013 100644
--- a/Source/core/accessibility/AXObjectCache.cpp
+++ b/Source/core/accessibility/AXObjectCache.cpp
@@ -53,7 +53,6 @@
#include "RenderTableCell.h"
#include "RenderTableRow.h"
#include "RenderView.h"
-#include "ScrollView.h"
#include "core/accessibility/AccessibilityARIAGrid.h"
#include "core/accessibility/AccessibilityARIAGridCell.h"
#include "core/accessibility/AccessibilityARIAGridRow.h"
@@ -77,6 +76,7 @@
#include "core/accessibility/AccessibilityTableColumn.h"
#include "core/accessibility/AccessibilityTableHeaderContainer.h"
#include "core/accessibility/AccessibilityTableRow.h"
+#include "core/platform/ScrollView.h"
#include <wtf/PassRefPtr.h>
namespace WebCore {
« no previous file with comments | « Source/core/accessibility/AXObjectCache.h ('k') | Source/core/accessibility/AccessibilityMediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698