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

Unified Diff: ios/web/test/test_web_thread.cc

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: rebase on r471297 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
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator_unittest.mm ('k') | ipc/ipc_channel_proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator_unittest.mm ('k') | ipc/ipc_channel_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698