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

Unified Diff: Source/web/ChromeClientImpl.cpp

Issue 713933002: Create Source/modules/accessibility/ and move most of core/accessibility/* into it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/web/ChromeClientImpl.cpp
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
index e0dc3d4a161022e66c4d64f23bd76028a73f8671..7f830af351ba6b6c08bf57d22878c32c0668bd65 100644
--- a/Source/web/ChromeClientImpl.cpp
+++ b/Source/web/ChromeClientImpl.cpp
@@ -34,7 +34,6 @@
#include "bindings/core/v8/ScriptController.h"
#include "core/HTMLNames.h"
-#include "core/accessibility/AXObject.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/dom/Document.h"
#include "core/dom/Fullscreen.h"
@@ -54,6 +53,7 @@
#include "core/rendering/HitTestResult.h"
#include "core/rendering/RenderPart.h"
#include "core/rendering/compositing/CompositedSelectionBound.h"
+#include "modules/accessibility/AXObject.h"
#include "platform/Cursor.h"
#include "platform/FileChooser.h"
#include "platform/PlatformScreen.h"

Powered by Google App Engine
This is Rietveld 408576698