[email protected] | 0dbea5f | 2014-06-07 08:54:25 | [diff] [blame] | 1 | // 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] | 0dbea5f | 2014-06-07 08:54:25 | [diff] [blame] | 7 | namespace media { |
8 | |||||
jrummell | 60b669f | 2014-10-07 20:09:29 | [diff] [blame] | 9 | CdmPromise::CdmPromise() { |
[email protected] | 34afc93 | 2014-08-14 03:52:31 | [diff] [blame] | 10 | } |
11 | |||||
[email protected] | 0dbea5f | 2014-06-07 08:54:25 | [diff] [blame] | 12 | CdmPromise::~CdmPromise() { |
[email protected] | 0dbea5f | 2014-06-07 08:54:25 | [diff] [blame] | 13 | } |
14 | |||||
[email protected] | 0dbea5f | 2014-06-07 08:54:25 | [diff] [blame] | 15 | } // namespace media |