| Index: third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp b/third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp
|
| index 5c3b2e4a74754d15b955d135f9cae4834ab2efa0..3e2e56ce433177b5b90a03ed9ba6b1117f852ecc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp
|
| @@ -9,8 +9,8 @@
|
| #include "bindings/core/v8/IDLTypes.h"
|
| #include "bindings/core/v8/ToV8.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|