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

Unified Diff: Source/core/html/forms/BaseCheckableInputType.cpp

Issue 24246011: Move form-related 78 files to core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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: Source/core/html/forms/BaseCheckableInputType.cpp
diff --git a/Source/core/html/BaseCheckableInputType.cpp b/Source/core/html/forms/BaseCheckableInputType.cpp
similarity index 97%
rename from Source/core/html/BaseCheckableInputType.cpp
rename to Source/core/html/forms/BaseCheckableInputType.cpp
index 6867bd20f1c1008e85a0187ae5935dca3135e30b..1e04eba843ca762fef437795817ca6f648fda641 100644
--- a/Source/core/html/BaseCheckableInputType.cpp
+++ b/Source/core/html/forms/BaseCheckableInputType.cpp
@@ -30,13 +30,13 @@
*/
#include "config.h"
-#include "core/html/BaseCheckableInputType.h"
+#include "core/html/forms/BaseCheckableInputType.h"
#include "HTMLNames.h"
#include "core/dom/KeyboardEvent.h"
-#include "core/html/FormController.h"
#include "core/html/FormDataList.h"
#include "core/html/HTMLInputElement.h"
+#include "core/html/forms/FormController.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/forms/BaseCheckableInputType.h ('k') | Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698