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

Unified Diff: device/bluetooth/dbus/dbus_thread_manager_linux.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: device/bluetooth/dbus/dbus_thread_manager_linux.cc
diff --git a/device/bluetooth/dbus/dbus_thread_manager_linux.cc b/device/bluetooth/dbus/dbus_thread_manager_linux.cc
index adffe9b746a97bc3da48503b256e0bf45cb3941a..ecaed41bae4853a013a285f2de870113eb8e7a92 100644
--- a/device/bluetooth/dbus/dbus_thread_manager_linux.cc
+++ b/device/bluetooth/dbus/dbus_thread_manager_linux.cc
@@ -4,6 +4,7 @@
#include "device/bluetooth/dbus/dbus_thread_manager_linux.h"
+#include "base/message_loop/message_loop.h"
#include "base/threading/thread.h"
#include "dbus/bus.h"

Powered by Google App Engine
This is Rietveld 408576698