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

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

Issue 2837363002: [Media Router] Use DialMediaSinkService in MediaRouterMojoImpl (Closed)
Patch Set: resolve code review comments from Derek 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 f568d212c943b5153ffcc7340e9866c6a1c4203a..9f6eeb456f7809c5e8d40fb1b9b185c83a6253cf 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -222,6 +222,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