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

Unified Diff: src/inspector/search-util.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/script-breakpoint.h ('k') | src/inspector/search-util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/search-util.h
diff --git a/src/inspector/SearchUtil.h b/src/inspector/search-util.h
similarity index 95%
rename from src/inspector/SearchUtil.h
rename to src/inspector/search-util.h
index 3c5d53b1d0c8d75e99e766199c6ac72eb9dcf5ec..8f5753b6202c1d5d6077cb7f97c24c2f94abb72b 100644
--- a/src/inspector/SearchUtil.h
+++ b/src/inspector/search-util.h
@@ -5,8 +5,8 @@
#ifndef V8_INSPECTOR_SEARCHUTIL_H_
#define V8_INSPECTOR_SEARCHUTIL_H_
-#include "src/inspector/StringUtil.h"
#include "src/inspector/protocol/Debugger.h"
+#include "src/inspector/string-util.h"
namespace v8_inspector {
« no previous file with comments | « src/inspector/script-breakpoint.h ('k') | src/inspector/search-util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698