| Index: Source/core/html/forms/CheckboxInputType.cpp
|
| diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp
|
| index 83d653d32763b2678c98f92f286ff4c6a6854936..8fe408c21dccacebf807dd1b70d0b026eb560ad7 100644
|
| --- a/Source/core/html/forms/CheckboxInputType.cpp
|
| +++ b/Source/core/html/forms/CheckboxInputType.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|