| Index: third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp b/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp
|
| index 11c1bd483af6974a24f522d9989d193d60701b4e..cacbd786fbf8abc5ce39f6ece3dc95c07eedee08 100644
|
| --- a/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp
|
| @@ -25,9 +25,6 @@
|
|
|
| #include "platform/text/DateTimeFormat.h"
|
|
|
| -#include "wtf/build_config.h"
|
| -
|
| -#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
| @@ -336,5 +333,3 @@ TEST_F(DateTimeFormatTest, SingleUpperCaseInvalid)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif
|
|
|