| Index: third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp
|
| rename to third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
|
| index b74dbbda1ae5fe56d2b6d5a27b5c3e107e23b5b5..f994a4b93c7bc95c457f9719f9bd769e2d2251da 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "core/inspector/InjectedScriptNative.h"
|
| +#include "core/inspector/v8/InjectedScriptNative.h"
|
|
|
| #include "platform/JSONValues.h"
|
| #include "wtf/Vector.h"
|
|
|