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

Unified Diff: Source/modules/accessibility/AXSlider.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: 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/AXScrollbar.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXSlider.h
diff --git a/Source/core/accessibility/AXSlider.h b/Source/modules/accessibility/AXSlider.h
similarity index 96%
rename from Source/core/accessibility/AXSlider.h
rename to Source/modules/accessibility/AXSlider.h
index 32f3bde8664e3a5a2d04767389b56c2e3bda8982..c0fff17a00cc4a8dda713781d4cc47fd33240677 100644
--- a/Source/core/accessibility/AXSlider.h
+++ b/Source/modules/accessibility/AXSlider.h
@@ -29,8 +29,8 @@
#ifndef AXSlider_h
#define AXSlider_h
-#include "core/accessibility/AXMockObject.h"
-#include "core/accessibility/AXRenderObject.h"
+#include "modules/accessibility/AXMockObject.h"
+#include "modules/accessibility/AXRenderObject.h"
namespace blink {
« no previous file with comments | « Source/modules/accessibility/AXScrollbar.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698