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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.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/DateTimeSymbolicFieldElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
rename to third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.cpp
index 4d00999daa84f42751e57a1d6b4a5cabf52d91e8..b6fb421d616d21f617cd7da745dc457b223ff205 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.cpp
@@ -23,7 +23,7 @@
* SUCH DAMAGE.
*/
-#include "core/html/shadow/DateTimeSymbolicFieldElement.h"
+#include "core/html/forms/DateTimeSymbolicFieldElement.h"
#include "core/events/KeyboardEvent.h"
#include "platform/fonts/Font.h"

Powered by Google App Engine
This is Rietveld 408576698