| Index: src/inspector/injected-script-native.cc
|
| diff --git a/src/inspector/InjectedScriptNative.cpp b/src/inspector/injected-script-native.cc
|
| similarity index 98%
|
| rename from src/inspector/InjectedScriptNative.cpp
|
| rename to src/inspector/injected-script-native.cc
|
| index 173716c1c44925dd7d9bed41f3063fffef1c08b2..fcf2ead94b3faa078544cc1d252ec432483f7d9e 100644
|
| --- a/src/inspector/InjectedScriptNative.cpp
|
| +++ b/src/inspector/injected-script-native.cc
|
| @@ -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 "src/inspector/InjectedScriptNative.h"
|
| +#include "src/inspector/injected-script-native.h"
|
|
|
| namespace v8_inspector {
|
|
|
|
|