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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.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/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index d1c5da2cb538bc17319c98bd66b21bea764fee68..e0b0fc8e1ca6ed40dd43f04b5a7008ff42bb4da0 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -64,10 +64,6 @@ class WebLocalFrameImpl;
class WebString;
class WebViewImpl;
-namespace protocol {
-class Value;
-}
-
class WebDevToolsAgentImpl final
: public GarbageCollectedFinalized<WebDevToolsAgentImpl>
, public WebDevToolsAgent

Powered by Google App Engine
This is Rietveld 408576698