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

Side by Side Diff: chrome/common/media_router/discovery/media_sink_service.cc

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: fix chromeos compile error 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 unified diff | Download patch
« no previous file with comments | « chrome/common/media_router/discovery/media_sink_service.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/media/router/media_sink_service.h" 5 #include "chrome/common/media_router/discovery/media_sink_service.h"
6 6
7 namespace media_router { 7 namespace media_router {
8 8
9 MediaSinkService::MediaSinkService( 9 MediaSinkService::MediaSinkService(
10 const OnSinksDiscoveredCallback& sinks_discovered_callback) 10 const OnSinksDiscoveredCallback& sink_discovery_callback)
11 : sinks_discovered_callback_(sinks_discovered_callback) {} 11 : sink_discovery_callback_(sink_discovery_callback) {}
12 12
13 MediaSinkService::~MediaSinkService() = default; 13 MediaSinkService::~MediaSinkService() = default;
14 14
15 } // namespace media_router 15 } // namespace media_router
OLDNEW
« no previous file with comments | « chrome/common/media_router/discovery/media_sink_service.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698