Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: src/inspector/string-util.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/string-16.cc ('k') | src/inspector/string-util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/string-util.h
diff --git a/src/inspector/StringUtil.h b/src/inspector/string-util.h
similarity index 98%
rename from src/inspector/StringUtil.h
rename to src/inspector/string-util.h
index ce6709ca36b7537c3b42418d9c566940c0f2f6aa..5dd63481cbc90ed5e729c4e287d0541f77a2f12a 100644
--- a/src/inspector/StringUtil.h
+++ b/src/inspector/string-util.h
@@ -6,7 +6,7 @@
#define V8_INSPECTOR_STRINGUTIL_H_
#include "src/base/macros.h"
-#include "src/inspector/String16.h"
+#include "src/inspector/string-16.h"
#include "include/v8-inspector.h"
« no previous file with comments | « src/inspector/string-16.cc ('k') | src/inspector/string-util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698