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

Unified Diff: src/inspector/v8-debugger-agent-impl.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-debugger-agent-impl.h ('k') | src/inspector/v8-debugger-script.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-debugger-agent-impl.cc
diff --git a/src/inspector/V8DebuggerAgentImpl.cpp b/src/inspector/v8-debugger-agent-impl.cc
similarity index 98%
rename from src/inspector/V8DebuggerAgentImpl.cpp
rename to src/inspector/v8-debugger-agent-impl.cc
index 58bcd610c3cdcf163be85753bffea2f7de8b9380..8762340da574776856799a0ad4ea4791ced08aea 100644
--- a/src/inspector/V8DebuggerAgentImpl.cpp
+++ b/src/inspector/v8-debugger-agent-impl.cc
@@ -2,23 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/inspector/V8DebuggerAgentImpl.h"
-
-#include "src/inspector/InjectedScript.h"
-#include "src/inspector/InspectedContext.h"
-#include "src/inspector/JavaScriptCallFrame.h"
-#include "src/inspector/RemoteObjectId.h"
-#include "src/inspector/ScriptBreakpoint.h"
-#include "src/inspector/SearchUtil.h"
-#include "src/inspector/StringUtil.h"
-#include "src/inspector/V8Debugger.h"
-#include "src/inspector/V8DebuggerScript.h"
-#include "src/inspector/V8InspectorImpl.h"
-#include "src/inspector/V8InspectorSessionImpl.h"
-#include "src/inspector/V8Regex.h"
-#include "src/inspector/V8RuntimeAgentImpl.h"
-#include "src/inspector/V8StackTraceImpl.h"
+#include "src/inspector/v8-debugger-agent-impl.h"
+
+#include "src/inspector/injected-script.h"
+#include "src/inspector/inspected-context.h"
+#include "src/inspector/java-script-call-frame.h"
#include "src/inspector/protocol/Protocol.h"
+#include "src/inspector/remote-object-id.h"
+#include "src/inspector/script-breakpoint.h"
+#include "src/inspector/search-util.h"
+#include "src/inspector/string-util.h"
+#include "src/inspector/v8-debugger-script.h"
+#include "src/inspector/v8-debugger.h"
+#include "src/inspector/v8-inspector-impl.h"
+#include "src/inspector/v8-inspector-session-impl.h"
+#include "src/inspector/v8-regex.h"
+#include "src/inspector/v8-runtime-agent-impl.h"
+#include "src/inspector/v8-stack-trace-impl.h"
#include "include/v8-inspector.h"
« no previous file with comments | « src/inspector/v8-debugger-agent-impl.h ('k') | src/inspector/v8-debugger-script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698