// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #ifndef MEDIA_BASE_MOCK_DEMUXER_HOST_H_ #define MEDIA_BASE_MOCK_DEMUXER_HOST_H_ #include "media/base/demuxer.h" #include "testing/gmock/include/gmock/gmock.h" namespace media { class MockDemuxerHost : public DemuxerHost { … }; } // namespace media #endif // MEDIA_BASE_MOCK_DEMUXER_HOST_H_