| Index: third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| index ecdaf0799b4c4efd9460fc8ddf6598c864b42346..0bc55f155f6080365da378f398da872f02041e39 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| @@ -15,13 +15,15 @@
|
| #include <v8.h>
|
| #include <vector>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| struct ScriptBreakpoint;
|
| class V8DebuggerAgentImpl;
|
| class V8InspectorImpl;
|
| class V8StackTraceImpl;
|
|
|
| +namespace protocol = blink::protocol;
|
| +
|
| class V8Debugger {
|
| PROTOCOL_DISALLOW_COPY(V8Debugger);
|
| public:
|
| @@ -124,6 +126,6 @@ private:
|
| protocol::HashMap<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|
| #endif // V8Debugger_h
|
|
|