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 79d9f63581ff416b968631edaf4f5df527cae800..ddc84c370a6a52f3367c7cd2e926a005ff45909d 100644 |
--- a/content/browser/presentation/presentation_service_impl_unittest.cc |
+++ b/content/browser/presentation/presentation_service_impl_unittest.cc |
@@ -147,7 +147,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, |
@@ -543,8 +543,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; |