Index: mojo/edk/system/core.h |
diff --git a/mojo/system/core.h b/mojo/edk/system/core.h |
similarity index 95% |
rename from mojo/system/core.h |
rename to mojo/edk/system/core.h |
index d074da3f2f829460bf439e23df70daec8eb18f3c..5a3c27bddd39cd22b94050dcc2dad828370bba31 100644 |
--- a/mojo/system/core.h |
+++ b/mojo/edk/system/core.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_SYSTEM_CORE_H_ |
-#define MOJO_SYSTEM_CORE_H_ |
+#ifndef MOJO_EDK_SYSTEM_CORE_H_ |
+#define MOJO_EDK_SYSTEM_CORE_H_ |
#include <stdint.h> |
@@ -11,14 +11,14 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
+#include "mojo/edk/system/handle_table.h" |
+#include "mojo/edk/system/mapping_table.h" |
+#include "mojo/edk/system/memory.h" |
+#include "mojo/edk/system/system_impl_export.h" |
#include "mojo/public/c/system/buffer.h" |
#include "mojo/public/c/system/data_pipe.h" |
#include "mojo/public/c/system/message_pipe.h" |
#include "mojo/public/c/system/types.h" |
-#include "mojo/system/handle_table.h" |
-#include "mojo/system/mapping_table.h" |
-#include "mojo/system/memory.h" |
-#include "mojo/system/system_impl_export.h" |
namespace mojo { |
@@ -153,4 +153,4 @@ class MOJO_SYSTEM_IMPL_EXPORT Core { |
} // namespace system |
} // namespace mojo |
-#endif // MOJO_SYSTEM_CORE_H_ |
+#endif // MOJO_EDK_SYSTEM_CORE_H_ |