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

Unified Diff: media/capture/system_message_window_win_unittest.cc

Issue 2136563002: Remove calls to MessageLoop::current() in base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore dns_config_service_posix_unittest.cc Created 4 years, 5 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: media/capture/system_message_window_win_unittest.cc
diff --git a/media/capture/system_message_window_win_unittest.cc b/media/capture/system_message_window_win_unittest.cc
index 38d49eef06a171e17c32e75e84e2de05ce8062f2..80ff75ce5c998e6fc1a9f51a95575dc16c38a2f1 100644
--- a/media/capture/system_message_window_win_unittest.cc
+++ b/media/capture/system_message_window_win_unittest.cc
@@ -9,6 +9,7 @@
#include <vector>
#include "base/files/file_path.h"
+#include "base/message_loop/message_loop.h"
#include "base/system_monitor/system_monitor.h"
#include "base/test/mock_devices_changed_observer.h"
#include "testing/gmock/include/gmock/gmock.h"

Powered by Google App Engine
This is Rietveld 408576698