| Index: third_party/WebKit/Source/platform/bindings/StringResource.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/StringResource.cpp b/third_party/WebKit/Source/platform/bindings/StringResource.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/bindings/core/v8/StringResource.cpp
|
| rename to third_party/WebKit/Source/platform/bindings/StringResource.cpp
|
| index 930dd5928a8ecb8cb1d28bcd96660b145094b126..127cd35a8edb52fc667220eb8ec1301e85ef4c38 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/StringResource.cpp
|
| +++ b/third_party/WebKit/Source/platform/bindings/StringResource.cpp
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "bindings/core/v8/StringResource.h"
|
| +#include "platform/bindings/StringResource.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| +#include "platform/bindings/V8Binding.h"
|
|
|
| namespace blink {
|
|
|
|
|