| Index: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| index 740a2fe3454b57e75fadb2ba94d4d715bea6673c..fcb8af6c01fc753b59f67d2b7d5f6a1db369f36b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| @@ -8,13 +8,15 @@
|
| #include "platform/inspector_protocol/InspectorProtocol.h"
|
| #include <v8.h>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| class InjectedScript;
|
| class InjectedScriptHost;
|
| class V8ContextInfo;
|
| class V8InspectorImpl;
|
|
|
| +namespace protocol = blink::protocol;
|
| +
|
| class InspectedContext {
|
| PROTOCOL_DISALLOW_COPY(InspectedContext);
|
| public:
|
| @@ -55,6 +57,6 @@ private:
|
| v8::Global<v8::Object> m_console;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|
| #endif
|
|
|