// Copyright 2022 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_FORMATS_MP4_MP4_STATUS_H_ #define MEDIA_FORMATS_MP4_MP4_STATUS_H_ #include "media/base/status.h" namespace media { struct MP4StatusTraits { … }; MP4Status; } // namespace media #endif // MEDIA_FORMATS_MP4_MP4_STATUS_H_