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

Unified Diff: third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
diff --git a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
index c29e17de34e583f537fd252f7ca08e89b3836297..7a4cea791a18431f36b886b78da096b4d1573f23 100755
--- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
+++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
@@ -43,11 +43,10 @@ namespace blink {
${forward_declarations}
-namespace InspectorInstrumentation {
+namespace probe {
$methods
-} // namespace InspectorInstrumentation
-
+} // namespace probe
} // namespace blink
#endif // !defined(${file_name}_h)
@@ -60,11 +59,10 @@ ${includes}
namespace blink {
${extra_definitions}
-namespace InspectorInstrumentation {
+namespace probe {
$methods
-} // namespace InspectorInstrumentation
-
+} // namespace probe
} // namespace blink
""")

Powered by Google App Engine
This is Rietveld 408576698