| Index: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| index 111bc179c7a6f5394b576925b75680c3af0ad446..3c9b06aa5442374f36a12a3e11431b68420607cb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorTest.cpp
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| +#include "platform/bindings/ScriptWrappableVisitor.h"
|
|
|
| #include "bindings/core/v8/ToV8ForCore.h"
|
| -#include "bindings/core/v8/TraceWrapperV8Reference.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "core/testing/DeathAwareScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperV8Reference.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
|
|