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

Unified Diff: chrome/browser/media/android/router/media_router_android.cc

Issue 2666873006: [Media Router] Convert to use typemaps for media_router.mojom. (Closed)
Patch Set: fix android compile Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | chrome/browser/media/router/media_route.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/android/router/media_router_android.cc
diff --git a/chrome/browser/media/android/router/media_router_android.cc b/chrome/browser/media/android/router/media_router_android.cc
index 9fa7aa64f3a124c44ee96637a4077b5033f4ddf9..45ec594df210b4c67eb5982de2650368dea85f0d 100644
--- a/chrome/browser/media/android/router/media_router_android.cc
+++ b/chrome/browser/media/android/router/media_router_android.cc
@@ -370,7 +370,7 @@ void MediaRouterAndroid::OnRouteCreated(
true); // TODO(avayvod): Populate for_display.
std::unique_ptr<RouteRequestResult> result = RouteRequestResult::FromSuccess(
- base::MakeUnique<MediaRoute>(route), request->presentation_id);
+ route, request->presentation_id);
for (const MediaRouteResponseCallback& callback : request->callbacks)
callback.Run(*result);
« no previous file with comments | « no previous file | chrome/browser/media/router/BUILD.gn » ('j') | chrome/browser/media/router/media_route.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698