| Index: third_party/WebKit/Source/platform/bindings/ScriptWrappable.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp b/third_party/WebKit/Source/platform/bindings/ScriptWrappable.cpp
|
| similarity index 84%
|
| rename from third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp
|
| rename to third_party/WebKit/Source/platform/bindings/ScriptWrappable.cpp
|
| index 044e4a58ebbbb4a1fa36c614431b3234affd4f69..81e24d6efdf2b21a43a3d0d5fb97587ee628aa40 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp
|
| +++ b/third_party/WebKit/Source/platform/bindings/ScriptWrappable.cpp
|
| @@ -1,12 +1,12 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| -#include "bindings/core/v8/DOMDataStore.h"
|
| -#include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| -#include "bindings/core/v8/V8DOMWrapper.h"
|
| +#include "platform/bindings/DOMDataStore.h"
|
| +#include "platform/bindings/ScriptWrappableVisitor.h"
|
| +#include "platform/bindings/V8DOMWrapper.h"
|
|
|
| namespace blink {
|
|
|
|
|