| Index: mojo/edk/embedder/platform_handle_utils.h
|
| diff --git a/mojo/embedder/platform_handle_utils.h b/mojo/edk/embedder/platform_handle_utils.h
|
| similarity index 74%
|
| rename from mojo/embedder/platform_handle_utils.h
|
| rename to mojo/edk/embedder/platform_handle_utils.h
|
| index 9b28df2ab8c7ad122a897f90a909f532bb3a8a96..f594e216c8fc74b8eea6606a45680c01bc7e9934 100644
|
| --- a/mojo/embedder/platform_handle_utils.h
|
| +++ b/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_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| -#define MOJO_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#ifndef MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#define MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
|
|
| -#include "mojo/embedder/platform_handle.h"
|
| -#include "mojo/embedder/scoped_platform_handle.h"
|
| -#include "mojo/system/system_impl_export.h"
|
| +#include "mojo/edk/embedder/platform_handle.h"
|
| +#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace embedder {
|
| @@ -31,4 +31,4 @@ MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle
|
| } // namespace embedder
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
| +#endif // MOJO_EDK_EMBEDDER_PLATFORM_HANDLE_UTILS_H_
|
|
|