Index: mojo/edk/embedder/platform_support.h |
diff --git a/mojo/embedder/platform_support.h b/mojo/edk/embedder/platform_support.h |
similarity index 78% |
rename from mojo/embedder/platform_support.h |
rename to mojo/edk/embedder/platform_support.h |
index 8b52fdc83905c40d0e67af46f221957d30467442..4556ee3fa023c2e223b95ef2cd89204cd496119a 100644 |
--- a/mojo/embedder/platform_support.h |
+++ b/mojo/edk/embedder/platform_support.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_EMBEDDER_PLATFORM_SUPPORT_H_ |
-#define MOJO_EMBEDDER_PLATFORM_SUPPORT_H_ |
+#ifndef MOJO_EDK_EMBEDDER_PLATFORM_SUPPORT_H_ |
+#define MOJO_EDK_EMBEDDER_PLATFORM_SUPPORT_H_ |
#include <stddef.h> |
#include "base/macros.h" |
-#include "mojo/embedder/scoped_platform_handle.h" |
-#include "mojo/system/system_impl_export.h" |
+#include "mojo/edk/embedder/scoped_platform_handle.h" |
+#include "mojo/edk/system/system_impl_export.h" |
namespace mojo { |
namespace embedder { |
@@ -37,4 +37,4 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformSupport { |
} // namespace embedder |
} // namespace mojo |
-#endif // MOJO_EMBEDDER_PLATFORM_SUPPORT_H_ |
+#endif // MOJO_EDK_EMBEDDER_PLATFORM_SUPPORT_H_ |