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

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: Addresses Wez's comments 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 4a4639d3370ad72dc715a25ad90e72f259c6db93..dd4b9ca8f398c5e1538a2bc8e97eac375e226f00 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(_)).WillOnce(Return(true));
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