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

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

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 fcb8af6c01fc753b59f67d2b7d5f6a1db369f36b..511c35d00e30fd0165000fa4766296d189b9e2f2 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
@@ -5,7 +5,8 @@
#ifndef InspectedContext_h
#define InspectedContext_h
-#include "platform/inspector_protocol/InspectorProtocol.h"
+#include "platform/v8_inspector/protocol/InspectorProtocol.h"
+
#include <v8.h>
namespace v8_inspector {
@@ -15,8 +16,6 @@ class InjectedScriptHost;
class V8ContextInfo;
class V8InspectorImpl;
-namespace protocol = blink::protocol;
-
class InspectedContext {
PROTOCOL_DISALLOW_COPY(InspectedContext);
public:

Powered by Google App Engine
This is Rietveld 408576698