| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| index 4e03f2e9bf76caf4d109faf99368776fcbb2c696..b88a75db25bd35c9bd8cefa4ebf22f4ac8d79103 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| @@ -86,9 +86,10 @@ class MockWebPresentationClient : public WebPresentationClient {
|
| size_t length,
|
| const WebPresentationConnectionProxy* proxy));
|
|
|
| - MOCK_METHOD2(closeSession,
|
| + MOCK_METHOD3(closeSession,
|
| void(const WebURL& presentationUrl,
|
| - const WebString& presentationId));
|
| + const WebString& presentationId,
|
| + const WebPresentationConnectionProxy*));
|
|
|
| MOCK_METHOD2(terminateSession,
|
| void(const WebURL& presentationUrl,
|
|
|