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

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

Issue 2575513004: [DevTools] Migrate input domain to new generator. (Closed)
Patch Set: fixed review comments Created 4 years 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 9a3bd65c6d8bcc0dcd263fcabf17403ec32c6214..c817a9cacb2d1ee1e30474ab1f84dc762284edfe 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -39,13 +39,10 @@ class NavigationHandle;
class NavigationThrottle;
class RenderFrameHostImpl;
-namespace devtools {
-namespace input { class InputHandler; }
-}
-
namespace protocol {
class DOMHandler;
class EmulationHandler;
+class InputHandler;
class InspectorHandler;
class IOHandler;
class NetworkHandler;
@@ -184,7 +181,7 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
std::unique_ptr<FrameHostHolder> disconnected_;
std::unique_ptr<protocol::DOMHandler> dom_handler_;
- std::unique_ptr<devtools::input::InputHandler> input_handler_;
+ std::unique_ptr<protocol::InputHandler> input_handler_;
std::unique_ptr<protocol::InspectorHandler> inspector_handler_;
std::unique_ptr<protocol::IOHandler> io_handler_;
std::unique_ptr<protocol::NetworkHandler> network_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