| Index: third_party/WebKit/Source/core/animation/AnimationTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTestHelper.h b/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
|
| index e2e6b9f4ecf3073262c607bbea81a786ecdceadb..f635ea2082c633fd8e153b7e857c61703a9f682c 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef AnimationTestHelper_h
|
| #define AnimationTestHelper_h
|
|
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|