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

Unified Diff: content/child/power_monitor_broadcast_source_unittest.cc

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
« no previous file with comments | « content/child/power_monitor_broadcast_source.cc ('k') | content/child/quota_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/power_monitor_broadcast_source_unittest.cc
diff --git a/content/child/power_monitor_broadcast_source_unittest.cc b/content/child/power_monitor_broadcast_source_unittest.cc
index b665e90bbb05a4494e2782ec78f261e3c2edebad..4e4694353722d0a015a5090e454e618b28482772 100644
--- a/content/child/power_monitor_broadcast_source_unittest.cc
+++ b/content/child/power_monitor_broadcast_source_unittest.cc
@@ -6,6 +6,7 @@
#include "base/test/power_monitor_test_base.h"
#include "content/child/power_monitor_broadcast_source.h"
#include "content/common/power_monitor_messages.h"
+#include "ipc/message_filter.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
@@ -32,8 +33,7 @@ class PowerMonitorBroadcastSourceTest : public testing::Test {
};
TEST_F(PowerMonitorBroadcastSourceTest, PowerMessageReceiveBroadcast) {
- IPC::ChannelProxy::MessageFilter* message_filter =
- source()->GetMessageFilter();
+ IPC::MessageFilter* message_filter = source()->GetMessageFilter();
base::PowerMonitorTestObserver observer;
monitor()->AddObserver(&observer);
« no previous file with comments | « content/child/power_monitor_broadcast_source.cc ('k') | content/child/quota_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698