| Index: src/inspector/v8-regex.h
|
| diff --git a/src/inspector/V8Regex.h b/src/inspector/v8-regex.h
|
| similarity index 96%
|
| rename from src/inspector/V8Regex.h
|
| rename to src/inspector/v8-regex.h
|
| index e014a7a3e54bb4c122b7684eb3dd6b07ffdb9215..8427efd2476447a120d6e22b0d66e5a8e12a3826 100644
|
| --- a/src/inspector/V8Regex.h
|
| +++ b/src/inspector/v8-regex.h
|
| @@ -6,7 +6,7 @@
|
| #define V8_INSPECTOR_V8REGEX_H_
|
|
|
| #include "src/base/macros.h"
|
| -#include "src/inspector/String16.h"
|
| +#include "src/inspector/string-16.h"
|
|
|
| #include "include/v8.h"
|
|
|
|
|