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

Unified Diff: Source/modules/accessibility/AXSpinButton.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/AXSlider.cpp ('k') | Source/modules/accessibility/AXSpinButton.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXSpinButton.h
diff --git a/Source/core/accessibility/AXSpinButton.h b/Source/modules/accessibility/AXSpinButton.h
similarity index 98%
rename from Source/core/accessibility/AXSpinButton.h
rename to Source/modules/accessibility/AXSpinButton.h
index d1c183a53883e58cd5145ec7bdea0b256db7360f..2d79cb91c501b5b74bf7afa8d5a55bb8b9c95300 100644
--- a/Source/core/accessibility/AXSpinButton.h
+++ b/Source/modules/accessibility/AXSpinButton.h
@@ -26,9 +26,9 @@
#ifndef AXSpinButton_h
#define AXSpinButton_h
-#include "core/accessibility/AXMockObject.h"
-
#include "core/html/shadow/SpinButtonElement.h"
+#include "modules/accessibility/AXMockObject.h"
+
namespace blink {
« no previous file with comments | « Source/modules/accessibility/AXSlider.cpp ('k') | Source/modules/accessibility/AXSpinButton.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698