20 lines
515 B
C++
Executable File
20 lines
515 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 NET_INTERFACES_IP_ENDPOINT_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
#define NET_INTERFACES_IP_ENDPOINT_MOJOM_SHARED_MESSAGE_IDS_H_
|
|
|
|
#include <stdint.h>
|
|
namespace net {
|
|
namespace interfaces {
|
|
|
|
namespace internal {
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace interfaces
|
|
} // namespace net
|
|
|
|
#endif // NET_INTERFACES_IP_ENDPOINT_MOJOM_SHARED_MESSAGE_IDS_H_
|