blob: 91496ec87953a4501ce3c9936f93e6833e20a31e [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cobalt/media/base/decryptor.h"
namespace cobalt {
namespace media {
Decryptor::Decryptor() {}
Decryptor::~Decryptor() {}
} // namespace media
} // namespace cobalt