| 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 98c196877c916f66e87e99ba1878bc5d31a33c8d..a537ece2c151100ce1dd2d73d84e135557f2928d 100644
|
| --- a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "core/exported/WebViewBase.h"
|
| #include "core/layout/ng/inline/ng_inline_node.h"
|
| #include "core/layout/ng/layout_ng_block_flow.h"
|
| #include "core/layout/ng/ng_block_layout_algorithm.h"
|
| @@ -10,7 +11,6 @@
|
| #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"
|
|
|