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

Unified Diff: src/inspector/v8-debugger.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/v8-console-message.cc ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-debugger.h
diff --git a/src/inspector/V8Debugger.h b/src/inspector/v8-debugger.h
similarity index 98%
rename from src/inspector/V8Debugger.h
rename to src/inspector/v8-debugger.h
index 3ace3bc7e45c00325c7691df96c0bfa7e81f27f9..8f02aa0aea2d065bcbc49a8eda03b60a0121ce68 100644
--- a/src/inspector/V8Debugger.h
+++ b/src/inspector/v8-debugger.h
@@ -6,10 +6,10 @@
#define V8_INSPECTOR_V8DEBUGGER_H_
#include "src/base/macros.h"
-#include "src/inspector/JavaScriptCallFrame.h"
-#include "src/inspector/V8DebuggerScript.h"
+#include "src/inspector/java-script-call-frame.h"
#include "src/inspector/protocol/Forward.h"
#include "src/inspector/protocol/Runtime.h"
+#include "src/inspector/v8-debugger-script.h"
#include "include/v8-debug.h"
#include "include/v8-inspector.h"
« no previous file with comments | « src/inspector/v8-console-message.cc ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698