// Copyright 2015 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/test/mock_screen_availability_listener.h" namespace media_router { MockScreenAvailabilityListener::MockScreenAvailabilityListener( const GURL& availability_url) : … { … } MockScreenAvailabilityListener::~MockScreenAvailabilityListener() { … } GURL MockScreenAvailabilityListener::GetAvailabilityUrl() { … } } // namespace media_router