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

Unified Diff: Source/modules/accessibility/AXListBox.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/AXListBox.h ('k') | Source/modules/accessibility/AXListBoxOption.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXListBox.cpp
diff --git a/Source/core/accessibility/AXListBox.cpp b/Source/modules/accessibility/AXListBox.cpp
similarity index 95%
rename from Source/core/accessibility/AXListBox.cpp
rename to Source/modules/accessibility/AXListBox.cpp
index e065c5daa232b1be91d2ffe4fb8271cd342f270f..1d7b7756fb312e955272963cce406101d46868cd 100644
--- a/Source/core/accessibility/AXListBox.cpp
+++ b/Source/modules/accessibility/AXListBox.cpp
@@ -27,10 +27,10 @@
*/
#include "config.h"
-#include "core/accessibility/AXListBox.h"
+#include "modules/accessibility/AXListBox.h"
-#include "core/accessibility/AXListBoxOption.h"
#include "core/rendering/RenderListBox.h"
+#include "modules/accessibility/AXListBoxOption.h"
namespace blink {
« no previous file with comments | « Source/modules/accessibility/AXListBox.h ('k') | Source/modules/accessibility/AXListBoxOption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698