| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| index b2761b842c544e570a7f2544cca54887f72f0789..fdb1e5d59b5de4557537c70981d48235a45be217 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
|
| @@ -24,8 +24,8 @@
|
| namespace blink {
|
| namespace {
|
|
|
| -using testing::ElementsAre;
|
| -using testing::Pointee;
|
| +using ::testing::ElementsAre;
|
| +using ::testing::Pointee;
|
|
|
| RefPtr<NGConstraintSpace> ConstructConstraintSpace(
|
| NGWritingMode writing_mode,
|
|
|