| Index: third_party/mojo/src/mojo/edk/system/awakable.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/awakable.h b/third_party/mojo/src/mojo/edk/system/awakable.h
|
| index 057d3ebf4f84d2405e000032e6815f03110c7821..ae1376c9dab3656a51ecee9978aa2d39930678e8 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/awakable.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/awakable.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_AWAKABLE_H_
|
| -#define MOJO_EDK_SYSTEM_AWAKABLE_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_AWAKABLE_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_AWAKABLE_H_
|
|
|
| #include <stdint.h>
|
|
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/c/system/types.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -31,4 +31,4 @@ class MOJO_SYSTEM_IMPL_EXPORT Awakable {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_AWAKABLE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_AWAKABLE_H_
|
|
|