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

Unified Diff: chromeos/dbus/bluetooth_adapter_client.cc

Issue 10546010: Implement support for the OOB Pairing APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactor to create BluetoothOutOfBandClient Created 8 years, 6 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/dbus/bluetooth_adapter_client.cc
diff --git a/chromeos/dbus/bluetooth_adapter_client.cc b/chromeos/dbus/bluetooth_adapter_client.cc
index 7939d24e472abbc6f31d2389be44e6ef48cd2101..4173c625ba459b1cff40f80d14bb215a9b52e637 100644
--- a/chromeos/dbus/bluetooth_adapter_client.cc
+++ b/chromeos/dbus/bluetooth_adapter_client.cc
@@ -5,6 +5,7 @@
#include "chromeos/dbus/bluetooth_adapter_client.h"
#include <map>
+#include <utility>
keybuk 2012/06/08 20:06:39 is this a hold-over from a previous patch?
bryeung 2012/06/14 15:31:08 this was to make it lint clean...I'll fix in a dif
#include "base/bind.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698