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

Unified Diff: chrome/renderer/media/mock_webrtc_logging_message_filter.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 | « chrome/renderer/media/cast_ipc_dispatcher.h ('k') | chrome/renderer/media/webrtc_logging_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/mock_webrtc_logging_message_filter.cc
diff --git a/chrome/renderer/media/mock_webrtc_logging_message_filter.cc b/chrome/renderer/media/mock_webrtc_logging_message_filter.cc
index 2721b70c601da7b29c9c1c8e925db01523db01d6..ee0d12c6304c925e46d2b435c985810bc7c34e59 100644
--- a/chrome/renderer/media/mock_webrtc_logging_message_filter.cc
+++ b/chrome/renderer/media/mock_webrtc_logging_message_filter.cc
@@ -5,6 +5,7 @@
#include "chrome/renderer/media/mock_webrtc_logging_message_filter.h"
#include "base/logging.h"
+#include "base/message_loop/message_loop_proxy.h"
MockWebRtcLoggingMessageFilter::MockWebRtcLoggingMessageFilter(
const scoped_refptr<base::MessageLoopProxy>& io_message_loop)
« no previous file with comments | « chrome/renderer/media/cast_ipc_dispatcher.h ('k') | chrome/renderer/media/webrtc_logging_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698