| Index: third_party/WebKit/Source/core/html/forms/ClearButtonElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/ClearButtonElement.cpp b/third_party/WebKit/Source/core/html/forms/ClearButtonElement.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/html/shadow/ClearButtonElement.cpp
|
| rename to third_party/WebKit/Source/core/html/forms/ClearButtonElement.cpp
|
| index 6f9f110a5742734bcded2077349a478a017806bd..411c1168c8bf23fd05b809425733b48cf19ca4b5 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/ClearButtonElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ClearButtonElement.cpp
|
| @@ -23,7 +23,7 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#include "core/html/shadow/ClearButtonElement.h"
|
| +#include "core/html/forms/ClearButtonElement.h"
|
|
|
| #include "core/events/MouseEvent.h"
|
| #include "core/frame/LocalFrame.h"
|
|
|