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

Unified Diff: tools/gn/config_values_extractors.h

Issue 1549203002: Switch to standard integer types in tools/. (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 | « tools/gn/command_refs.cc ('k') | tools/gn/deps_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values_extractors.h
diff --git a/tools/gn/config_values_extractors.h b/tools/gn/config_values_extractors.h
index 14eb1180a9c129759041b206a3e2152148178fe9..f87f52b42e4c9a1df2321ad36aad921d52be01f6 100644
--- a/tools/gn/config_values_extractors.h
+++ b/tools/gn/config_values_extractors.h
@@ -5,6 +5,8 @@
#ifndef TOOLS_GN_CONFIG_VALUES_EXTRACTORS_H_
#define TOOLS_GN_CONFIG_VALUES_EXTRACTORS_H_
+#include <stddef.h>
+
#include <ostream>
#include <string>
#include <vector>
« no previous file with comments | « tools/gn/command_refs.cc ('k') | tools/gn/deps_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698