Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: mojo/public/c/system/macros.h

Issue 213393002: Mojo: Move public C system header files to mojo/public/c/system/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/system/core.h ('k') | mojo/public/c/system/system_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/macros.h
diff --git a/mojo/public/system/macros.h b/mojo/public/c/system/macros.h
similarity index 95%
rename from mojo/public/system/macros.h
rename to mojo/public/c/system/macros.h
index b31469fe49d06618dd8329bdbd1a84b99856fbd6..3db2570159b141aa6a5f8c82fd4a2ecce93235a7 100644
--- a/mojo/public/system/macros.h
+++ b/mojo/public/c/system/macros.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_PUBLIC_SYSTEM_MACROS_H_
-#define MOJO_PUBLIC_SYSTEM_MACROS_H_
+#ifndef MOJO_PUBLIC_C_SYSTEM_MACROS_H_
+#define MOJO_PUBLIC_C_SYSTEM_MACROS_H_
#include <stddef.h>
@@ -80,4 +80,4 @@ char (&ArraySizeHelper(const T (&array)[N]))[N];
#endif // __cplusplus
-#endif // MOJO_PUBLIC_SYSTEM_MACROS_H_
+#endif // MOJO_PUBLIC_C_SYSTEM_MACROS_H_
« no previous file with comments | « mojo/public/c/system/core.h ('k') | mojo/public/c/system/system_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698