| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| index 5b867f70e16936de8a6b1eb8346788d41d6f98ef..24570a4751a93b026312198a1d99e86e040fa2a5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include <v8.h>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| class V8ContextInfo {
|
| public:
|
| @@ -32,6 +32,6 @@ public:
|
| bool hasMemoryOnConsole;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|
| #endif // V8ContextInfo_h
|
|
|