chromium/media/gpu/chromeos/chromeos_status.h

// Copyright 2021 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_GPU_CHROMEOS_CHROMEOS_STATUS_H_
#define MEDIA_GPU_CHROMEOS_CHROMEOS_STATUS_H_

#include "media/base/status.h"

namespace media {

enum class ChromeosStatusCode : StatusCodeType {};

struct CroStatusTraits {};
CroStatus;

}  // namespace media

#endif  // MEDIA_GPU_CHROMEOS_CHROMEOS_STATUS_H_