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

Unified Diff: device/bluetooth/bluetooth_profile.cc

Issue 220323004: device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on top of recent change by tengs@. Created 6 years, 9 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/bluetooth_profile.cc
diff --git a/device/bluetooth/bluetooth_profile.cc b/device/bluetooth/bluetooth_profile.cc
index 0d9a757297091d2ec186b9a067ef0cb3519d2f63..bf70ab82e6465f2c51a1bd7bc7fbd76309e8d1eb 100644
--- a/device/bluetooth/bluetooth_profile.cc
+++ b/device/bluetooth/bluetooth_profile.cc
@@ -13,8 +13,6 @@
#include "device/bluetooth/bluetooth_profile_win.h"
#endif
-#include <string>
-
namespace device {
BluetoothProfile::Options::Options()
@@ -42,7 +40,7 @@ BluetoothProfile::~BluetoothProfile() {
// static
-void BluetoothProfile::Register(const std::string& uuid,
+void BluetoothProfile::Register(const BluetoothUUID& uuid,
const Options& options,
const ProfileCallback& callback) {
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698