Index: mojo/edk/system/constants.h |
diff --git a/mojo/system/constants.h b/mojo/edk/system/constants.h |
similarity index 93% |
rename from mojo/system/constants.h |
rename to mojo/edk/system/constants.h |
index b92eef102218e4463d15f78bc28f9b4863706c90..23f35d834d36abcbee84f516c0f5e0f9fe02fca2 100644 |
--- a/mojo/system/constants.h |
+++ b/mojo/edk/system/constants.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_CONSTANTS_H_ |
-#define MOJO_SYSTEM_CONSTANTS_H_ |
+#ifndef MOJO_EDK_SYSTEM_CONSTANTS_H_ |
+#define MOJO_EDK_SYSTEM_CONSTANTS_H_ |
#include <stddef.h> |
@@ -45,4 +45,4 @@ const size_t kMaxSharedMemoryNumBytes = 1024 * 1024 * 1024; // 1 GB. |
} // namespace system |
} // namespace mojo |
-#endif // MOJO_SYSTEM_CONSTANTS_H_ |
+#endif // MOJO_EDK_SYSTEM_CONSTANTS_H_ |