20 lines
529 B
C++
Executable File
20 lines
529 B
C++
Executable File
// Copyright 2018 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef COMPONENTS_ARC_COMMON_VIDEO_COMMON_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
#define COMPONENTS_ARC_COMMON_VIDEO_COMMON_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
|
|
#include <stdint.h>
|
|
namespace arc {
|
|
namespace mojom {
|
|
|
|
namespace internal {
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace mojom
|
|
} // namespace arc
|
|
|
|
#endif // COMPONENTS_ARC_COMMON_VIDEO_COMMON_MOJOM_SHARED_MESSAGE_IDS_H_
|