| Index: src/inspector/v8-function-call.h
|
| diff --git a/src/inspector/V8FunctionCall.h b/src/inspector/v8-function-call.h
|
| similarity index 98%
|
| rename from src/inspector/V8FunctionCall.h
|
| rename to src/inspector/v8-function-call.h
|
| index 91846b04474bcbd292c1f3627fa96d108f3bb64f..0337caa339e20286e31dd07098622344f0a71eb7 100644
|
| --- a/src/inspector/V8FunctionCall.h
|
| +++ b/src/inspector/v8-function-call.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8_INSPECTOR_V8FUNCTIONCALL_H_
|
| #define V8_INSPECTOR_V8FUNCTIONCALL_H_
|
|
|
| -#include "src/inspector/String16.h"
|
| +#include "src/inspector/string-16.h"
|
|
|
| #include "include/v8.h"
|
|
|
|
|