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

Unified Diff: Source/modules/accessibility/AXMenuList.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: rebase 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
« no previous file with comments | « Source/modules/accessibility/AXMenuList.h ('k') | Source/modules/accessibility/AXMenuListOption.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXMenuList.cpp
diff --git a/Source/core/accessibility/AXMenuList.cpp b/Source/modules/accessibility/AXMenuList.cpp
similarity index 95%
rename from Source/core/accessibility/AXMenuList.cpp
rename to Source/modules/accessibility/AXMenuList.cpp
index 104f309053e1a7fa6f38ce70695be62e0fe5b923..b4b05ed2c6cfa9b5aa17b65f860907ce38c85c95 100644
--- a/Source/core/accessibility/AXMenuList.cpp
+++ b/Source/modules/accessibility/AXMenuList.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-#include "core/accessibility/AXMenuList.h"
+#include "modules/accessibility/AXMenuList.h"
-#include "core/accessibility/AXMenuListPopup.h"
-#include "core/accessibility/AXObjectCacheImpl.h"
#include "core/rendering/RenderMenuList.h"
+#include "modules/accessibility/AXMenuListPopup.h"
+#include "modules/accessibility/AXObjectCacheImpl.h"
namespace blink {
« no previous file with comments | « Source/modules/accessibility/AXMenuList.h ('k') | Source/modules/accessibility/AXMenuListOption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698