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

Unified Diff: content/browser/devtools/render_frame_devtools_agent_host.h

Issue 2520193002: [DevTools] Move more domains to new generator. (Closed)
Patch Set: Created 4 years, 1 month 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: content/browser/devtools/render_frame_devtools_agent_host.h
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.h b/content/browser/devtools/render_frame_devtools_agent_host.h
index 9cd9348d3b54546a42273fd4e166f1174b572c64..5639728a6062a2e02fdd76ca849f7563bce467e5 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -40,7 +40,6 @@ class NavigationThrottle;
class RenderFrameHostImpl;
namespace devtools {
-namespace dom { class DOMHandler; }
namespace emulation { class EmulationHandler; }
namespace input { class InputHandler; }
namespace inspector { class InspectorHandler; }
@@ -54,6 +53,7 @@ namespace target { class TargetHandler; }
}
namespace protocol {
+class DOMHandler;
class IOHandler;
class TracingHandler;
} // namespace protocol
@@ -183,7 +183,7 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
// Stores per-host state between DisconnectWebContents and ConnectWebContents.
std::unique_ptr<FrameHostHolder> disconnected_;
- std::unique_ptr<devtools::dom::DOMHandler> dom_handler_;
+ std::unique_ptr<protocol::DOMHandler> dom_handler_;
std::unique_ptr<devtools::input::InputHandler> input_handler_;
std::unique_ptr<devtools::inspector::InspectorHandler> inspector_handler_;
std::unique_ptr<protocol::IOHandler> io_handler_;
« no previous file with comments | « content/browser/devtools/protocol_config.json ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698