| Index: third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetectorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetectorTest.cpp b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetectorTest.cpp
|
| index ae401ce73d2805cbc73c15e07b68a04c0414a179..1eedaf29c68fd9c46c27f40fb557d90bca7c62d4 100644
|
| --- a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetectorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetectorTest.cpp
|
| @@ -7,8 +7,8 @@
|
| #include "core/paint/PaintTiming.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|