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

Unified Diff: dbus/test_server.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: dbus/test_server.cc
diff --git a/dbus/test_server.cc b/dbus/test_server.cc
index 54bb0c00764d81e26c54acba8201075597aa96e4..d8cb0d5e4c90103223ea3d82aa6c5e4e42f65139 100644
--- a/dbus/test_server.cc
+++ b/dbus/test_server.cc
@@ -4,6 +4,7 @@
#include "base/at_exit.h"
#include "base/command_line.h"
+#include "base/message_loop/message_loop.h"
#include "base/test/test_timeouts.h"
#include "dbus/bus.h"
#include "dbus/test_service.h"

Powered by Google App Engine
This is Rietveld 408576698