blob: 9062799368927f8b081ada776bb5b1d7fe1fcaa5 [file] [log] [blame]
[email protected]0dbea5f2014-06-07 08:54:251// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "media/base/cdm_promise.h"
6
[email protected]0dbea5f2014-06-07 08:54:257namespace media {
8
jrummell60b669f2014-10-07 20:09:299CdmPromise::CdmPromise() {
[email protected]34afc932014-08-14 03:52:3110}
11
[email protected]0dbea5f2014-06-07 08:54:2512CdmPromise::~CdmPromise() {
[email protected]0dbea5f2014-06-07 08:54:2513}
14
[email protected]0dbea5f2014-06-07 08:54:2515} // namespace media