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

Unified Diff: src/inspector/script-breakpoint.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/remote-object-id.cc ('k') | src/inspector/search-util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/script-breakpoint.h
diff --git a/src/inspector/ScriptBreakpoint.h b/src/inspector/script-breakpoint.h
similarity index 98%
rename from src/inspector/ScriptBreakpoint.h
rename to src/inspector/script-breakpoint.h
index f3e46e8f3250611a2946b3b1dcfb6dddc34cdff1..025233dd19e802ff6be0c31408c5a2897614678c 100644
--- a/src/inspector/ScriptBreakpoint.h
+++ b/src/inspector/script-breakpoint.h
@@ -30,7 +30,7 @@
#ifndef V8_INSPECTOR_SCRIPTBREAKPOINT_H_
#define V8_INSPECTOR_SCRIPTBREAKPOINT_H_
-#include "src/inspector/String16.h"
+#include "src/inspector/string-16.h"
namespace v8_inspector {
« no previous file with comments | « src/inspector/remote-object-id.cc ('k') | src/inspector/search-util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698