blob: e80ca85861bc88acfaa8402186e87c369c54fe8b [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/fuchsia/cdm/service/mock_provision_fetcher.h"
#include "media/base/provision_fetcher.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
namespace testing {
MockProvisionFetcher::MockProvisionFetcher() = default;
MockProvisionFetcher::~MockProvisionFetcher() = default;
} // namespace testing
} // namespace media