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

Unified Diff: tools/grit/grit/format/resource_map.py

Issue 1549263002: Switch to standard integer types in tools/grit/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | tools/grit/grit/format/resource_map_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/format/resource_map.py
diff --git a/tools/grit/grit/format/resource_map.py b/tools/grit/grit/format/resource_map.py
index 37ac54ad3986d73363c3bc306f8828be02128617..aca9f7f138b3dcac62bb9147ca6cc6e80796d794 100755
--- a/tools/grit/grit/format/resource_map.py
+++ b/tools/grit/grit/format/resource_map.py
@@ -83,7 +83,10 @@ def _FormatSourceHeader(root):
#include "%(map_header_file)s"
-#include "base/basictypes.h"
+#include <stddef.h>
+
+#include "base/macros.h"
+
#include "%(rc_header_file)s"
const GritResourceMap %(map_name)s[] = {
« no previous file with comments | « no previous file | tools/grit/grit/format/resource_map_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698