Chromium Code Reviews

Unified Diff: chrome/chrome_watcher/chrome_watcher_main.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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_watcher/chrome_watcher_main.cc
diff --git a/chrome/chrome_watcher/chrome_watcher_main.cc b/chrome/chrome_watcher/chrome_watcher_main.cc
index b231cb60bf35ac9bb3a129be8bc11967ab168afe..e62e67e5de89b158870c08466e0b4824e6d688b2 100644
--- a/chrome/chrome_watcher/chrome_watcher_main.cc
+++ b/chrome/chrome_watcher/chrome_watcher_main.cc
@@ -18,6 +18,7 @@
#include "base/logging_win.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "base/message_loop/message_loop.h"
#include "base/process/memory.h"
#include "base/process/process.h"
#include "base/run_loop.h"

Powered by Google App Engine