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

Unified Diff: third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.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/PickerIndicatorElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
rename to third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
index fcb4f95c9a71ff409393713a53735adda5bbe6ba..ea87cf392ae675db5b7c473c9303265dbd6bf791 100644
--- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
+++ b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/html/shadow/PickerIndicatorElement.h"
+#include "core/html/forms/PickerIndicatorElement.h"
#include "core/events/Event.h"
#include "core/events/KeyboardEvent.h"

Powered by Google App Engine
This is Rietveld 408576698