| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index 2ffac571c91546d8d0053ccce2bcd4f0bccecaa4..65244e5a262cdca566797976d0cfa5db8afa506d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -67,8 +67,8 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/layout/LayoutTheme.h"
|
| -#include "platform/JSONValues.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "platform/json/JSONValues.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "wtf/PtrUtil.h"
|
|
|