Chromium Code Reviews

Unified Diff: src/inspector/v8-regex.h

Issue 2338413003: [inspector] change implementation file extension from cpp to cc (Closed)
Patch Set: string16 -> string-16 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/inspector/v8-regex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/inspector/v8-regex.cc » ('j') | no next file with comments »

Powered by Google App Engine