Chromium Code Reviews| Index: base/template_util.h |
| diff --git a/base/template_util.h b/base/template_util.h |
| index 6d4ac9f4d41c72e2fe41b215dbad6d5091b0200b..d58807a77ce7d09d6353d208437bc60a1dcd9f34 100644 |
| --- a/base/template_util.h |
| +++ b/base/template_util.h |
| @@ -5,7 +5,7 @@ |
| #ifndef BASE_TEMPLATE_UTIL_H_ |
| #define BASE_TEMPLATE_UTIL_H_ |
| -#include <cstddef> // For size_t. |
| +#include <stddef.h> |
| #include "build/build_config.h" |