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

Unified Diff: gin/function_template.h

Issue 1541743002: Switch to standard integer types in gin/. (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 | « gin/converter_unittest.cc ('k') | gin/interceptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/function_template.h
diff --git a/gin/function_template.h b/gin/function_template.h
index 15ea8fef016dbb3ec06eeb4850e4d6077566f615..c0228cb5f83f2a24f8f806dab381c82340fe5455 100644
--- a/gin/function_template.h
+++ b/gin/function_template.h
@@ -5,8 +5,11 @@
#ifndef GIN_FUNCTION_TEMPLATE_H_
#define GIN_FUNCTION_TEMPLATE_H_
+#include <stddef.h>
+
#include "base/callback.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "gin/arguments.h"
#include "gin/converter.h"
#include "gin/gin_export.h"
« no previous file with comments | « gin/converter_unittest.cc ('k') | gin/interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698