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

Unified Diff: src/inspector/v8-schema-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-schema-agent-impl.h ('k') | src/inspector/v8-stack-trace-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-schema-agent-impl.cc
diff --git a/src/inspector/V8SchemaAgentImpl.cpp b/src/inspector/v8-schema-agent-impl.cc
similarity index 90%
rename from src/inspector/V8SchemaAgentImpl.cpp
rename to src/inspector/v8-schema-agent-impl.cc
index 42ce00cf5e69e08e000d68cde2b3e614cb180222..9eed5bdf8137106d996e93d322e48278831906f8 100644
--- a/src/inspector/V8SchemaAgentImpl.cpp
+++ b/src/inspector/v8-schema-agent-impl.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/inspector/V8SchemaAgentImpl.h"
+#include "src/inspector/v8-schema-agent-impl.h"
-#include "src/inspector/V8InspectorSessionImpl.h"
#include "src/inspector/protocol/Protocol.h"
+#include "src/inspector/v8-inspector-session-impl.h"
namespace v8_inspector {
« no previous file with comments | « src/inspector/v8-schema-agent-impl.h ('k') | src/inspector/v8-stack-trace-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698