| 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
|
| """)
|
|
|
|
|