Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc
diff --git a/chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc b/chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc
index 45120e680ad39ca795f88378573069f6ac8e8a02..29b6ce76be7d1d87fdf162ecee973402260b71c5 100644
--- a/chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc
+++ b/chrome/browser/media/router/presentation_media_sinks_observer_unittest.cc
@@ -28,7 +28,7 @@ class PresentationMediaSinksObserverTest : public ::testing::Test {
EXPECT_CALL(router_, RegisterMediaSinksObserver(_)).Times(1);
observer_.reset(new PresentationMediaSinksObserver(
&router_, &listener_,
- ForPresentationUrl("http://example.com/presentation.html")));
+ MediaSourceForPresentationUrl("http://example.com/presentation.html")));
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698