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

Unified Diff: services/ui/main.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 | « services/ui/input_devices/input_device_unittests.cc ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « services/ui/input_devices/input_device_unittests.cc ('k') | services/ui/public/cpp/gpu/gpu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698