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

Unified Diff: Source/core/html/forms/TelephoneInputType.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
« no previous file with comments | « Source/core/html/forms/TelephoneInputType.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TelephoneInputType.cpp
diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/forms/TelephoneInputType.cpp
similarity index 95%
rename from Source/core/html/TelephoneInputType.cpp
rename to Source/core/html/forms/TelephoneInputType.cpp
index e4e3e38c39a39b9a09d7b3567835cd261eb295d0..933e4aedb606d2a72152205226df99c494bc211f 100644
--- a/Source/core/html/TelephoneInputType.cpp
+++ b/Source/core/html/forms/TelephoneInputType.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/html/TelephoneInputType.h"
+#include "core/html/forms/TelephoneInputType.h"
-#include "core/html/InputTypeNames.h"
+#include "core/html/forms/InputTypeNames.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/forms/TelephoneInputType.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698