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

Unified Diff: Source/modules/accessibility/AXList.h

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/modules/accessibility/AXList.h
diff --git a/Source/core/accessibility/AXList.h b/Source/modules/accessibility/AXList.h
similarity index 97%
rename from Source/core/accessibility/AXList.h
rename to Source/modules/accessibility/AXList.h
index d919db2c1f76228bca5e692d63d5712e2a229084..97134a934132f76e6b4c15fe76b335c7e85f8c74 100644
--- a/Source/core/accessibility/AXList.h
+++ b/Source/modules/accessibility/AXList.h
@@ -29,7 +29,7 @@
#ifndef AXList_h
#define AXList_h
-#include "core/accessibility/AXRenderObject.h"
+#include "modules/accessibility/AXRenderObject.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698