This is jamesr@ code I am landing.
[chromium-blink-merge.git] / media / base / media_keys.cc
blobfd01de12f90d2b7923565d2e795fcedb5bcd4219
1 // Copyright 2013 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/media_keys.h"
7 namespace media {
9 MediaKeys::MediaKeys() {}
11 MediaKeys::~MediaKeys() {}
13 Decryptor* MediaKeys::GetDecryptor() { return NULL; }
15 } // namespace media