| Index: third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp b/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| index 755ae39ddb5aa61af50616607431d2c6bdadbf52..6c7dec8c407866b0e0c30ffd0e276248c3415169 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp
|
| @@ -23,6 +23,8 @@
|
|
|
| #include "core/html/forms/EmailInputType.h"
|
|
|
| +#include <unicode/idna.h>
|
| +#include <unicode/unistr.h>
|
| #include "bindings/core/v8/ScriptRegexp.h"
|
| #include "core/InputTypeNames.h"
|
| #include "core/html/HTMLInputElement.h"
|
| @@ -31,8 +33,6 @@
|
| #include "platform/text/PlatformLocale.h"
|
| #include "public/platform/Platform.h"
|
| #include "wtf/text/StringBuilder.h"
|
| -#include <unicode/idna.h>
|
| -#include <unicode/unistr.h>
|
|
|
| namespace blink {
|
|
|
|
|