| Index: third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| index 9095ac0ac9e2751631ddaded3f0ab4e88d641dbe..91d5fab1efcc0a56dafccdc3c6bd141ed4d854b2 100644
|
| --- a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| @@ -8,13 +8,13 @@
|
| #include "core/layout/ng/ng_inline_node.h"
|
| #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| #include "web/WebViewImpl.h"
|
| #include "web/tests/sim/SimCompositor.h"
|
| #include "web/tests/sim/SimDisplayItemList.h"
|
| #include "web/tests/sim/SimRequest.h"
|
| #include "web/tests/sim/SimTest.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|