| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 725a7d151f0cd2ebce27dc390fc7e66609c0e6ba..6af3e8a630611cbad11917b38169cfc4e90ed6b4 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -60,7 +60,7 @@ class MockDisconnectWindow : public DisconnectWindow {
|
| virtual ~MockDisconnectWindow();
|
|
|
| MOCK_METHOD3(Show, bool(const UiStrings& ui_strings,
|
| - const DisconnectCallback& disconnect_callback,
|
| + const base::Closure& disconnect_callback,
|
| const std::string& username));
|
| MOCK_METHOD0(Hide, void());
|
| };
|
|
|