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

Unified Diff: src/inspector/search-util.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/search-util.h ('k') | src/inspector/string-16.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/search-util.cc
diff --git a/src/inspector/SearchUtil.cpp b/src/inspector/search-util.cc
similarity index 96%
rename from src/inspector/SearchUtil.cpp
rename to src/inspector/search-util.cc
index 54d59e7780ef001cbd53f52039f1249fe5422bab..04afd4d75e1c96a349214a5d5f6cb579c7ab25e9 100644
--- a/src/inspector/SearchUtil.cpp
+++ b/src/inspector/search-util.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/inspector/SearchUtil.h"
+#include "src/inspector/search-util.h"
-#include "src/inspector/V8InspectorImpl.h"
-#include "src/inspector/V8InspectorSessionImpl.h"
-#include "src/inspector/V8Regex.h"
#include "src/inspector/protocol/Protocol.h"
+#include "src/inspector/v8-inspector-impl.h"
+#include "src/inspector/v8-inspector-session-impl.h"
+#include "src/inspector/v8-regex.h"
namespace v8_inspector {
« no previous file with comments | « src/inspector/search-util.h ('k') | src/inspector/string-16.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698