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

Unified Diff: device/bluetooth/test/mock_bluetooth_device.h

Issue 224893002: device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « device/bluetooth/bluetooth_uuid_unittest.cc ('k') | device/device_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/test/mock_bluetooth_device.h
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
index 7c20c00db9dc265199bdd74a15047a0ee877bfb6..6bd5707bb96fd2efc674b4322052b93a44ef8355 100644
--- a/device/bluetooth/test/mock_bluetooth_device.h
+++ b/device/bluetooth/test/mock_bluetooth_device.h
@@ -10,6 +10,7 @@
#include "base/strings/string16.h"
#include "device/bluetooth/bluetooth_device.h"
#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h"
+#include "device/bluetooth/bluetooth_uuid.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace device {
@@ -58,7 +59,7 @@ class MockBluetoothDevice : public BluetoothDevice {
const BluetoothDevice::ErrorCallback& error_callback));
MOCK_METHOD1(Forget, void(const BluetoothDevice::ErrorCallback&));
MOCK_METHOD2(ConnectToService,
- void(const std::string&,
+ void(const BluetoothUUID&,
const BluetoothDevice::SocketCallback&));
MOCK_METHOD3(ConnectToProfile,
void(BluetoothProfile*,
« no previous file with comments | « device/bluetooth/bluetooth_uuid_unittest.cc ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698