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

Unified Diff: ios/web/test/test_web_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: ios/web/test/test_web_thread.cc
diff --git a/ios/web/test/test_web_thread.cc b/ios/web/test/test_web_thread.cc
index 825a34ed0c44d43402d84f31103995a2c80bbac2..33c709b087f3503e7467f6022fc1a55e469124b7 100644
--- a/ios/web/test/test_web_thread.cc
+++ b/ios/web/test/test_web_thread.cc
@@ -5,6 +5,7 @@
#include "ios/web/public/test/test_web_thread.h"
#include "base/macros.h"
+#include "base/message_loop/message_loop.h"
#include "ios/web/web_thread_impl.h"
namespace web {

Powered by Google App Engine
This is Rietveld 408576698