| 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 b88a75db25bd35c9bd8cefa4ebf22f4ac8d79103..18fa59868914e793774e62c20306ed58de9b6452 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
| @@ -91,7 +91,7 @@ class MockWebPresentationClient : public WebPresentationClient {
|
| const WebString& presentationId,
|
| const WebPresentationConnectionProxy*));
|
|
|
| - MOCK_METHOD2(terminateSession,
|
| + MOCK_METHOD2(terminateConnection,
|
| void(const WebURL& presentationUrl,
|
| const WebString& presentationId));
|
|
|
|
|