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

Unified Diff: src/inspector/remote-object-id.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/remote-object-id.h ('k') | src/inspector/script-breakpoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/remote-object-id.cc
diff --git a/src/inspector/RemoteObjectId.cpp b/src/inspector/remote-object-id.cc
similarity index 96%
rename from src/inspector/RemoteObjectId.cpp
rename to src/inspector/remote-object-id.cc
index 75cd17bf9054b10a671ce20c49235e4871b165b4..d83020c6f20208cc3115a0f57d931a53dad6e6b3 100644
--- a/src/inspector/RemoteObjectId.cpp
+++ b/src/inspector/remote-object-id.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/RemoteObjectId.h"
+#include "src/inspector/remote-object-id.h"
-#include "src/inspector/StringUtil.h"
#include "src/inspector/protocol/Protocol.h"
+#include "src/inspector/string-util.h"
namespace v8_inspector {
« no previous file with comments | « src/inspector/remote-object-id.h ('k') | src/inspector/script-breakpoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698