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

Unified Diff: content/renderer/devtools/devtools_agent_filter.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « content/public/test/test_browser_thread.h ('k') | content/shell/shell_url_request_context_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/devtools_agent_filter.h
diff --git a/content/renderer/devtools/devtools_agent_filter.h b/content/renderer/devtools/devtools_agent_filter.h
index 9e4f8ae9221a5041125da81addf542a9ada4da8d..e7f78613807bcccb8f50885661dbf2a1e8acf3b9 100644
--- a/content/renderer/devtools/devtools_agent_filter.h
+++ b/content/renderer/devtools/devtools_agent_filter.h
@@ -9,9 +9,12 @@
#include "ipc/ipc_channel_proxy.h"
-class MessageLoop;
struct DevToolsMessageData;
+namespace base {
+class MessageLoop;
+}
+
namespace content {
// DevToolsAgentFilter is registered as an IPC filter in order to be able to
@@ -37,7 +40,7 @@ class DevToolsAgentFilter : public IPC::ChannelProxy::MessageFilter {
void OnDispatchOnInspectorBackend(const std::string& message);
bool message_handled_;
- MessageLoop* render_thread_loop_;
+ base::MessageLoop* render_thread_loop_;
int current_routing_id_;
DISALLOW_COPY_AND_ASSIGN(DevToolsAgentFilter);
« no previous file with comments | « content/public/test/test_browser_thread.h ('k') | content/shell/shell_url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698