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

Unified Diff: third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp

Issue 2815263002: Move form-related files in core/html/shadow to core/html/forms. (Closed)
Patch Set: Created 3 years, 8 months 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: third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp b/third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
rename to third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
index a9c0768ac7bf03ae9ef1604b2e7184a5926bb933..d0557d026b5a47e11a1c84f3d70a98e861a402c5 100644
--- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
+++ b/third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/html/shadow/TextControlInnerElements.h"
+#include "core/html/forms/TextControlInnerElements.h"
#include "core/HTMLNames.h"
#include "core/css/resolver/StyleAdjuster.h"

Powered by Google App Engine
This is Rietveld 408576698