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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_test.h

Issue 2837363002: [Media Router] Use DialMediaSinkService in MediaRouterMojoImpl (Closed)
Patch Set: add dial_media_sink_service_delegate Created 3 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/mojo/media_router_mojo_test.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
index 21935d7fbf1b6482daf38e24b1086aef76467e97..3c5d52b5d53d2860a739e4801035c980ab7cbe27 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -203,6 +203,7 @@ class MediaRouterMojoTest : public ::testing::Test {
private:
content::TestBrowserThreadBundle test_thread_bundle_;
scoped_refptr<extensions::Extension> extension_;
+ TestingProfile profile_;
std::unique_ptr<MediaRouterMojoImpl> mock_media_router_;
std::unique_ptr<mojo::Binding<mojom::MediaRouteProvider>> binding_;

Powered by Google App Engine
This is Rietveld 408576698