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

Unified Diff: src/inspector/v8-function-call.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/v8-function-call.h ('k') | src/inspector/v8-heap-profiler-agent-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-function-call.cc
diff --git a/src/inspector/V8FunctionCall.cpp b/src/inspector/v8-function-call.cc
similarity index 96%
rename from src/inspector/V8FunctionCall.cpp
rename to src/inspector/v8-function-call.cc
index d8ffffa02cda056edb16d7dfb0e16d0603de3960..a3db3b7a4f59be2c29458942480430adfec1244d 100644
--- a/src/inspector/V8FunctionCall.cpp
+++ b/src/inspector/v8-function-call.cc
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "src/inspector/V8FunctionCall.h"
+#include "src/inspector/v8-function-call.h"
-#include "src/inspector/StringUtil.h"
-#include "src/inspector/V8Debugger.h"
-#include "src/inspector/V8InspectorImpl.h"
+#include "src/inspector/string-util.h"
+#include "src/inspector/v8-debugger.h"
+#include "src/inspector/v8-inspector-impl.h"
#include "include/v8-inspector.h"
« no previous file with comments | « src/inspector/v8-function-call.h ('k') | src/inspector/v8-heap-profiler-agent-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698