| Index: third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h
|
| diff --git a/third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h b/third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h
|
| index b3d7a79f30a28859213fe19b3978d80d71260855..b0118ce69b94754fcd114aff32101ba9df9ce6f7 100644
|
| --- a/third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h
|
| +++ b/third_party/mojo/src/mojo/edk/embedder/platform_handle_utils.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| -#define MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
|
|
| -#include "mojo/edk/embedder/platform_handle.h"
|
| -#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace embedder {
|
| @@ -30,4 +30,4 @@ DuplicatePlatformHandle(PlatformHandle platform_handle);
|
| } // namespace embedder
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
|
|