chromium/media/mojo/mojom/encryption_pattern_mojom_traits.h

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

#ifndef MEDIA_MOJO_MOJOM_ENCRYPTION_PATTERN_MOJOM_TRAITS_H_
#define MEDIA_MOJO_MOJOM_ENCRYPTION_PATTERN_MOJOM_TRAITS_H_

#include "media/base/encryption_pattern.h"
#include "media/base/ipc/media_param_traits.h"
#include "media/mojo/mojom/encryption_pattern.mojom.h"

namespace mojo {

template <>
struct StructTraits<media::mojom::EncryptionPatternDataView,
                    media::EncryptionPattern> {};

}  // namespace mojo

#endif  // MEDIA_MOJO_MOJOM_ENCRYPTION_PATTERN_MOJOM_TRAITS_H_