20 lines
525 B
C++
Executable File
20 lines
525 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 UI_DISPLAY_MOJO_DISPLAY_LAYOUT_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
#define UI_DISPLAY_MOJO_DISPLAY_LAYOUT_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
|
|
#include <stdint.h>
|
|
namespace display {
|
|
namespace mojom {
|
|
|
|
namespace internal {
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace mojom
|
|
} // namespace display
|
|
|
|
#endif // UI_DISPLAY_MOJO_DISPLAY_LAYOUT_MOJOM_SHARED_MESSAGE_IDS_H_
|