| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 06134991c6bd86436cc7ffb1a0ed6279380fd14b..38107144b79971903dd088326b0cfabd5caf0ab9 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -70,7 +70,9 @@ class MockContinueWindow : public ContinueWindow {
|
| MockContinueWindow();
|
| virtual ~MockContinueWindow();
|
|
|
| - MOCK_METHOD1(Show, void(remoting::ChromotingHost* host));
|
| + MOCK_METHOD2(Show, void(
|
| + remoting::ChromotingHost* host,
|
| + const remoting::ContinueWindow::ContinueSessionCallback& callback));
|
| MOCK_METHOD0(Hide, void());
|
| };
|
|
|
|
|