| Index: third_party/WebKit/Source/core/testing/RecordTest.h
|
| diff --git a/third_party/WebKit/Source/core/testing/RecordTest.h b/third_party/WebKit/Source/core/testing/RecordTest.h
|
| index 4141cc182cfbde4dcb28c61e4f6ed9612cadc6b6..c681914aa2ee407c5a37896f8c3bd0f4a0ed9c14 100644
|
| --- a/third_party/WebKit/Source/core/testing/RecordTest.h
|
| +++ b/third_party/WebKit/Source/core/testing/RecordTest.h
|
| @@ -12,8 +12,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/Element.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|