// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/media_router/browser/presentation_connection_message_observer.h" #include "components/media_router/browser/media_router.h" namespace media_router { PresentationConnectionMessageObserver::PresentationConnectionMessageObserver( MediaRouter* router, const MediaRoute::Id& route_id) : … { … } PresentationConnectionMessageObserver:: ~PresentationConnectionMessageObserver() { … } } // namespace media_router