| Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| index aec9eac02ae16325ae138b217aae7e7bfb896b66..5cd5687ceb0f88b098859142ebffe58323d3bff8 100644
|
| --- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| @@ -34,12 +34,12 @@
|
| #include "platform/Timer.h"
|
| #include "platform/WebTaskRunner.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
| #include "public/platform/FilePathConversion.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
|
|
| namespace blink {
|
| namespace testing {
|
|
|