// 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. #ifndef COMPONENTS_MEDIA_ROUTER_BROWSER_TEST_MOCK_SCREEN_AVAILABILITY_LISTENER_H_ #define COMPONENTS_MEDIA_ROUTER_BROWSER_TEST_MOCK_SCREEN_AVAILABILITY_LISTENER_H_ #include "content/public/browser/presentation_screen_availability_listener.h" #include "testing/gmock/include/gmock/gmock.h" namespace media_router { class MockScreenAvailabilityListener : public content::PresentationScreenAvailabilityListener { … }; } // namespace media_router #endif // COMPONENTS_MEDIA_ROUTER_BROWSER_TEST_MOCK_SCREEN_AVAILABILITY_LISTENER_H_