Index: mojo/edk/embedder/scoped_platform_handle.h |
diff --git a/mojo/embedder/scoped_platform_handle.h b/mojo/edk/embedder/scoped_platform_handle.h |
similarity index 84% |
rename from mojo/embedder/scoped_platform_handle.h |
rename to mojo/edk/embedder/scoped_platform_handle.h |
index be2fa796be111020edab1ea6554289033e9505b2..2919b04622977c69c76d53d72dc431a54074f6b1 100644 |
--- a/mojo/embedder/scoped_platform_handle.h |
+++ b/mojo/edk/embedder/scoped_platform_handle.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_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |
-#define MOJO_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |
+#ifndef MOJO_EDK_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |
+#define MOJO_EDK_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |
#include "base/compiler_specific.h" |
#include "base/move.h" |
-#include "mojo/embedder/platform_handle.h" |
-#include "mojo/system/system_impl_export.h" |
+#include "mojo/edk/embedder/platform_handle.h" |
+#include "mojo/edk/system/system_impl_export.h" |
namespace mojo { |
namespace embedder { |
@@ -56,4 +56,4 @@ class MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle { |
} // namespace embedder |
} // namespace mojo |
-#endif // MOJO_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |
+#endif // MOJO_EDK_EMBEDDER_SCOPED_PLATFORM_HANDLE_H_ |