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

Unified Diff: chromeos/components/tether/fake_ble_connection_manager.cc

Issue 2915833003: Tether: Break helper TimerFactory out of BleConnectionManager and HostScanCache. (Closed)
Patch Set: Add missing files. 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: chromeos/components/tether/fake_ble_connection_manager.cc
diff --git a/chromeos/components/tether/fake_ble_connection_manager.cc b/chromeos/components/tether/fake_ble_connection_manager.cc
index 2d18299709f795a72a8463294cdde48d93f4bbde..ea60007c6f62578f84562ff2ebed37263df2148b 100644
--- a/chromeos/components/tether/fake_ble_connection_manager.cc
+++ b/chromeos/components/tether/fake_ble_connection_manager.cc
@@ -4,6 +4,8 @@
#include "chromeos/components/tether/fake_ble_connection_manager.h"
+#include "chromeos/components/tether/timer_factory.h"
khorimoto 2017/05/31 18:13:28 nit: Is this needed?
Ryan Hansberry 2017/05/31 18:24:54 Unfortunately yes, C++ complains that TimerFactory
+
namespace chromeos {
namespace tether {

Powered by Google App Engine
This is Rietveld 408576698