| Index: content/browser/presentation/presentation_service_impl_unittest.cc
 | 
| diff --git a/content/browser/presentation/presentation_service_impl_unittest.cc b/content/browser/presentation/presentation_service_impl_unittest.cc
 | 
| index 3dac59b34626fc66ce8dbd97a2bb188c1d930e63..aa2339cef5ff0b2e0db667d50a0ba04bd017f444 100644
 | 
| --- a/content/browser/presentation/presentation_service_impl_unittest.cc
 | 
| +++ b/content/browser/presentation/presentation_service_impl_unittest.cc
 | 
| @@ -140,7 +140,7 @@ class MockPresentationServiceDelegate
 | 
|                      const content::PresentationConnectionStateChangedCallback&
 | 
|                          state_changed_cb));
 | 
|  
 | 
| -  void ConnectToOffscreenPresentation(
 | 
| +  void ConnectToPresentation(
 | 
|        int render_process_id,
 | 
|        int render_frame_id,
 | 
|        const content::PresentationSessionInfo& session,
 | 
| @@ -523,8 +523,7 @@ TEST_F(PresentationServiceImplTest, SetDefaultPresentationUrls) {
 | 
|    run_loop.Run();
 | 
|  }
 | 
|  
 | 
| -TEST_F(PresentationServiceImplTest,
 | 
| -       ListenForConnectionStateChange) {
 | 
| +TEST_F(PresentationServiceImplTest, ListenForConnectionStateChange) {
 | 
|    content::PresentationSessionInfo connection(presentation_url1_,
 | 
|                                                kPresentationId);
 | 
|    content::PresentationConnectionStateChangedCallback state_changed_cb;
 | 
| 
 |