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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win compile Created 4 years, 4 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/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 25dc781bd22d1d7cb2b416c68b0764e2ae651a57..da10db24769788710586b57dcec94a2cf4bc0ccd 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
@@ -5,9 +5,10 @@
#ifndef V8Debugger_h
#define V8Debugger_h
-#include "platform/inspector_protocol/InspectorProtocol.h"
+#include "platform/v8_inspector/Allocator.h"
#include "platform/v8_inspector/JavaScriptCallFrame.h"
#include "platform/v8_inspector/V8DebuggerScript.h"
+#include "platform/v8_inspector/protocol/Forward.h"
#include "platform/v8_inspector/protocol/Runtime.h"
#include "platform/v8_inspector/public/StringView.h"
#include "platform/v8_inspector/public/V8ContextInfo.h"
@@ -23,10 +24,10 @@ class V8DebuggerAgentImpl;
class V8InspectorImpl;
class V8StackTraceImpl;
-namespace protocol = blink::protocol;
+using protocol::ErrorString;
class V8Debugger {
- PROTOCOL_DISALLOW_COPY(V8Debugger);
+ V8_INSPECTOR_DISALLOW_COPY(V8Debugger);
public:
V8Debugger(v8::Isolate*, V8InspectorImpl*);
~V8Debugger();

Powered by Google App Engine
This is Rietveld 408576698