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

Unified Diff: content/child/power_monitor_broadcast_source.h

Issue 245443005: Move IPC::MessageFilter and router to a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn build Created 6 years, 8 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: content/child/power_monitor_broadcast_source.h
diff --git a/content/child/power_monitor_broadcast_source.h b/content/child/power_monitor_broadcast_source.h
index c2553f8d46d45f8471a8c0dd291183c995904bff..7bed46beb4f8b7cbe833e8fe6b61a5aea9208d15 100644
--- a/content/child/power_monitor_broadcast_source.h
+++ b/content/child/power_monitor_broadcast_source.h
@@ -8,7 +8,10 @@
#include "base/power_monitor/power_monitor_source.h"
#include "content/common/content_export.h"
#include "ipc/ipc_channel.h"
-#include "ipc/ipc_channel_proxy.h"
+
+namespace IPC {
+class MessageFilter;
+}
namespace content {
@@ -22,7 +25,7 @@ class CONTENT_EXPORT PowerMonitorBroadcastSource :
explicit PowerMonitorBroadcastSource();
virtual ~PowerMonitorBroadcastSource();
- IPC::ChannelProxy::MessageFilter* GetMessageFilter();
+ IPC::MessageFilter* GetMessageFilter();
private:
friend class PowerMessageFilter;
« no previous file with comments | « content/child/indexed_db/indexed_db_message_filter.h ('k') | content/child/power_monitor_broadcast_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698