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

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: Oops, add ipc_message_filter_router.h/cc 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: 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"
dmichael (off chromium) 2014/04/23 19:42:31 ^^^ Was getting this for free via a header include
MockWebRtcLoggingMessageFilter::MockWebRtcLoggingMessageFilter(
const scoped_refptr<base::MessageLoopProxy>& io_message_loop)

Powered by Google App Engine
This is Rietveld 408576698