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

Unified Diff: mojo/edk/util/string_printf.h

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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/edk/util/BUILD.gn ('k') | mojo/public/c/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/string_printf.h
diff --git a/mojo/edk/util/string_printf.h b/mojo/edk/util/string_printf.h
index 584b5b9aa3fa923ee5196ddc0d143a655ff4b324..55de4f9b2af258fb1c0b86febfc164844a66c641 100644
--- a/mojo/edk/util/string_printf.h
+++ b/mojo/edk/util/string_printf.h
@@ -10,12 +10,11 @@
#ifndef MOJO_EDK_UTIL_STRING_PRINTF_H_
#define MOJO_EDK_UTIL_STRING_PRINTF_H_
+#include <mojo/macros.h>
#include <stdarg.h>
#include <string>
-#include "mojo/public/c/system/macros.h"
-
namespace mojo {
namespace util {
« no previous file with comments | « mojo/edk/util/BUILD.gn ('k') | mojo/public/c/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698