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

Unified Diff: src/inspector/string-util.cc

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-util.h ('k') | src/inspector/v8-console.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/string-util.cc
diff --git a/src/inspector/StringUtil.cpp b/src/inspector/string-util.cc
similarity index 99%
rename from src/inspector/StringUtil.cpp
rename to src/inspector/string-util.cc
index 04b9e85c8f471566541cc27f5fb0d7b2f46e9fa1..df781509fbda15259225642c025dafad6fe7db0c 100644
--- a/src/inspector/StringUtil.cpp
+++ b/src/inspector/string-util.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/StringUtil.h"
+#include "src/inspector/string-util.h"
#include "src/inspector/protocol/Protocol.h"
« no previous file with comments | « src/inspector/string-util.h ('k') | src/inspector/v8-console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698