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

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

Issue 2500093002: [DevTools] Move IO and Tracing to new generator. (Closed)
Patch Set: roll 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/devtools_agent_host_impl.h
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
index 794bb7f47d83ab647961716aa5e5827a3ebedf25..54335ff959006abc81221770c610bf6702b2cd0e 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -73,7 +73,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost,
void NotifyCreated();
void HostClosed();
- devtools::DevToolsIOContext* GetIOContext() { return &io_context_; }
+ DevToolsIOContext* GetIOContext() { return &io_context_; }
DevToolsSession* session() { return session_.get(); }
@@ -90,7 +90,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost,
int last_session_id_;
std::unique_ptr<DevToolsSession> session_;
DevToolsAgentHostClient* client_;
- devtools::DevToolsIOContext io_context_;
+ DevToolsIOContext io_context_;
static int s_attached_count_;
static int s_force_creation_count_;
};
« no previous file with comments | « content/browser/devtools/browser_devtools_agent_host.cc ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698