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

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

Issue 267633003: Reimplement BluetoothSocketChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Got windows compiling, ship it Created 6 years, 8 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_socket_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/test/mock_bluetooth_socket.h
diff --git a/device/bluetooth/test/mock_bluetooth_socket.h b/device/bluetooth/test/mock_bluetooth_socket.h
index 09e7e26f24246b20e326df9308574260ecebb43e..f9904784aaacb6da1f4c00fef33bf739a94e723e 100644
--- a/device/bluetooth/test/mock_bluetooth_socket.h
+++ b/device/bluetooth/test/mock_bluetooth_socket.h
@@ -17,7 +17,7 @@ class MockBluetoothSocket : public BluetoothSocket {
public:
MockBluetoothSocket();
MOCK_METHOD0(Close, void());
- MOCK_METHOD1(Disconnect, void(const base::Closure& callback));
+ MOCK_METHOD1(Disconnect, void(const base::Closure& success_callback));
MOCK_METHOD3(Receive,
void(int count,
const ReceiveCompletionCallback& success_callback,
« no previous file with comments | « device/bluetooth/bluetooth_socket_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698