chromium/media/base/encryption_scheme.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/base/encryption_scheme.h"

#include <ostream>


namespace media {

std::string GetEncryptionSchemeName(EncryptionScheme encryption_scheme) {}

std::ostream& operator<<(std::ostream& os, EncryptionScheme encryption_scheme) {}

}  // namespace media