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

Unified Diff: courgette/consecutive_range_visitor_unittest.cc

Issue 1543643002: Switch to standard integer types in courgette/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « courgette/consecutive_range_visitor.h ('k') | courgette/courgette_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/consecutive_range_visitor_unittest.cc
diff --git a/courgette/consecutive_range_visitor_unittest.cc b/courgette/consecutive_range_visitor_unittest.cc
index 648a6d7fb79e0b651c37d787c25322e5ff5f5a0c..7e38b0584b44a10a3e4d7a414316e83e979a8df3 100644
--- a/courgette/consecutive_range_visitor_unittest.cc
+++ b/courgette/consecutive_range_visitor_unittest.cc
@@ -4,6 +4,8 @@
#include "courgette/consecutive_range_visitor.h"
+#include <stddef.h>
+
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « courgette/consecutive_range_visitor.h ('k') | courgette/courgette_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698