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

Unified Diff: trunk/src/device/bluetooth/bluetooth_service_record.h

Issue 224763003: Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/device/bluetooth/bluetooth_service_record.h
===================================================================
--- trunk/src/device/bluetooth/bluetooth_service_record.h (revision 261569)
+++ trunk/src/device/bluetooth/bluetooth_service_record.h (working copy)
@@ -8,7 +8,6 @@
#include <string>
#include "base/basictypes.h"
-#include "device/bluetooth/bluetooth_uuid.h"
namespace device {
@@ -28,7 +27,7 @@
// The UUID of the service. This field may be empty if no UUID was
// specified in the service record.
- const BluetoothUUID& uuid() const { return uuid_; }
+ const std::string& uuid() const { return uuid_; }
// Indicates if this service supports HID.
bool SupportsHid() const { return supports_hid_; }
@@ -53,7 +52,7 @@
std::string address_;
std::string name_;
- BluetoothUUID uuid_;
+ std::string uuid_;
bool supports_hid_;
bool hid_reconnect_initiate_;
« no previous file with comments | « trunk/src/device/bluetooth/bluetooth_profile_win.cc ('k') | trunk/src/device/bluetooth/bluetooth_service_record_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698