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

Unified Diff: services/ui/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/ui/main.cc
diff --git a/services/ui/main.cc b/services/ui/main.cc
index a2f79bf0aeef652f33dc17da4fc1e5e09d288227..faf37799ca314acce67a8a9e3f752ed51fa3bdae 100644
--- a/services/ui/main.cc
+++ b/services/ui/main.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "services/service_manager/public/c/main.h"
+#include "base/message_loop/message_loop.h"
#include "services/service_manager/public/cpp/service_runner.h"
#include "services/ui/service.h"

Powered by Google App Engine
This is Rietveld 408576698