chromium/media/parsers/vp9_compressed_header_parser.h

// Copyright 2016 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_PARSERS_VP9_COMPRESSED_HEADER_PARSER_H_
#define MEDIA_PARSERS_VP9_COMPRESSED_HEADER_PARSER_H_

#include "media/parsers/vp9_bool_decoder.h"
#include "media/parsers/vp9_parser.h"

namespace media {

class Vp9CompressedHeaderParser {};

}  // namespace media

#endif  // MEDIA_PARSERS_VP9_COMPRESSED_HEADER_PARSER_H_