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

Unified Diff: Source/web/AssertMatchingEnums.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/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 9704e0d8640472787c60530f777fe1221f5cd0a8..6d11e2c13a60edf0c03801c2b2f686b2682b2483 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -34,7 +34,6 @@
#include "config.h"
#include "bindings/core/v8/SerializedScriptValue.h"
-#include "core/accessibility/AXObject.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/dom/DocumentMarker.h"
#include "core/dom/ExceptionCode.h"
@@ -54,6 +53,7 @@
#include "core/page/PageVisibilityState.h"
#include "core/rendering/compositing/CompositedSelectionBound.h"
#include "core/rendering/style/RenderStyleConstants.h"
+#include "modules/accessibility/AXObject.h"
#include "modules/geolocation/GeolocationError.h"
#include "modules/geolocation/GeolocationPosition.h"
#include "modules/indexeddb/IDBKey.h"

Powered by Google App Engine
This is Rietveld 408576698