chromium/third_party/blink/renderer/platform/exported/web_encrypted_media_client.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/platform/web_encrypted_media_client.h"

namespace blink {

WebEncryptedMediaClient::~WebEncryptedMediaClient() = default;

}  // namespace blink