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

Unified Diff: base/test/test_io_thread.cc

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 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: base/test/test_io_thread.cc
diff --git a/base/test/test_io_thread.cc b/base/test/test_io_thread.cc
index ce4a8d10de27c74fdd9942c51c6c08811b2568ef..c69a269e8859828cc2dec22eed88a85887a28172 100644
--- a/base/test/test_io_thread.cc
+++ b/base/test/test_io_thread.cc
@@ -5,6 +5,7 @@
#include "base/test/test_io_thread.h"
#include "base/logging.h"
+#include "base/message_loop/message_loop.h"
namespace base {

Powered by Google App Engine
This is Rietveld 408576698