Re-enable ExtensionCrxInstallerTest.InstallToSharedLocation
[chromium-blink-merge.git] / media / base / cdm_promise.cc
blob9062799368927f8b081ada776bb5b1d7fe1fcaa5
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.
5 #include "media/base/cdm_promise.h"
7 namespace media {
9 CdmPromise::CdmPromise() {
12 CdmPromise::~CdmPromise() {
15 } // namespace media