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

Unified Diff: src/inspector/injected-script.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/debugger-script.js ('k') | src/inspector/injected-script.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/injected-script.h
diff --git a/src/inspector/InjectedScript.h b/src/inspector/injected-script.h
similarity index 97%
rename from src/inspector/InjectedScript.h
rename to src/inspector/injected-script.h
index 62b3c225a2bca0aa7ab40b2dfd3e463588ccfaed..41fc5d125a056ea822a3cbd84265475decd85ba4 100644
--- a/src/inspector/InjectedScript.h
+++ b/src/inspector/injected-script.h
@@ -32,12 +32,12 @@
#define V8_INSPECTOR_INJECTEDSCRIPT_H_
#include "src/base/macros.h"
-#include "src/inspector/InjectedScriptNative.h"
-#include "src/inspector/InspectedContext.h"
-#include "src/inspector/V8Console.h"
-#include "src/inspector/V8Debugger.h"
+#include "src/inspector/injected-script-native.h"
+#include "src/inspector/inspected-context.h"
#include "src/inspector/protocol/Forward.h"
#include "src/inspector/protocol/Runtime.h"
+#include "src/inspector/v8-console.h"
+#include "src/inspector/v8-debugger.h"
#include "include/v8.h"
« no previous file with comments | « src/inspector/debugger-script.js ('k') | src/inspector/injected-script.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698