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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.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/V8DebuggerAgentImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
index 04d1ad7c8927d05aad0b53f067f7fc92b239e7b3..47c692ecff1e790f72a42664c1d4633b7869a9f3 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
@@ -5,9 +5,10 @@
#ifndef V8DebuggerAgentImpl_h
#define V8DebuggerAgentImpl_h
-#include "platform/inspector_protocol/InspectorProtocol.h"
+#include "platform/v8_inspector/Allocator.h"
#include "platform/v8_inspector/JavaScriptCallFrame.h"
#include "platform/v8_inspector/protocol/Debugger.h"
+#include "platform/v8_inspector/protocol/Forward.h"
#include <vector>
@@ -23,11 +24,11 @@ class V8InspectorSessionImpl;
class V8Regex;
class V8StackTraceImpl;
-namespace protocol = blink::protocol;
-using blink::protocol::Maybe;
+using protocol::ErrorString;
+using protocol::Maybe;
class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
- PROTOCOL_DISALLOW_COPY(V8DebuggerAgentImpl);
+ V8_INSPECTOR_DISALLOW_COPY(V8DebuggerAgentImpl);
public:
enum SkipPauseRequest {
RequestNoSkip,

Powered by Google App Engine
This is Rietveld 408576698