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

Unified Diff: device/bluetooth/bluetooth_socket_thread.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 | « dbus/test_service.cc ('k') | device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_socket_thread.cc
diff --git a/device/bluetooth/bluetooth_socket_thread.cc b/device/bluetooth/bluetooth_socket_thread.cc
index 3788916cc69757d7d54ef4cf7fb593ff1570d37b..c9fbb8adfb5bdba7caeddfc70cf3cda931181150 100644
--- a/device/bluetooth/bluetooth_socket_thread.cc
+++ b/device/bluetooth/bluetooth_socket_thread.cc
@@ -5,6 +5,7 @@
#include "device/bluetooth/bluetooth_socket_thread.h"
#include "base/lazy_instance.h"
+#include "base/message_loop/message_loop.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/thread.h"
« no previous file with comments | « dbus/test_service.cc ('k') | device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698