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

Unified Diff: base/test/gtest_util.cc

Issue 1544113002: Switch to standard integer types in base/test/. (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 | base/test/gtest_xml_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/gtest_util.cc
diff --git a/base/test/gtest_util.cc b/base/test/gtest_util.cc
index 3f44d748df3dbfddc1e936a84174ce957f932da2..b9ab4a3a1b55c36164b3ba7ab22afc98930fe9b8 100644
--- a/base/test/gtest_util.cc
+++ b/base/test/gtest_util.cc
@@ -4,6 +4,8 @@
#include "base/test/gtest_util.h"
+#include <stddef.h>
+
#include "base/files/file_path.h"
#include "base/json/json_file_value_serializer.h"
#include "base/values.h"
« no previous file with comments | « no previous file | base/test/gtest_xml_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698