| Index: third_party/WebKit/Source/platform/text/LocaleICUTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp
|
| index a359e1575bc778dc33af7d42282492082a4ba41c..a82a0bd69dc77f0d3bacf38f298cf097efd03f54 100644
|
| --- a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #include "platform/text/LocaleICU.h"
|
|
|
| +#include <unicode/uvernum.h>
|
| +#include <memory>
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/text/StringBuilder.h"
|
| -#include <memory>
|
| -#include <unicode/uvernum.h>
|
|
|
| namespace blink {
|
|
|
|
|