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

Unified Diff: printing/page_number.cc

Issue 1544623002: Switch to standard integer types in printing/. (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 | « printing/metafile.cc ('k') | printing/page_range.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_number.cc
diff --git a/printing/page_number.cc b/printing/page_number.cc
index db3861dbdffd453d2b10b4494e917a60e3babbb1..19f025ff50cd986e93cc57bd980b0fad7184d23d 100644
--- a/printing/page_number.cc
+++ b/printing/page_number.cc
@@ -4,6 +4,8 @@
#include "printing/page_number.h"
+#include <stddef.h>
+
#include <limits>
#include "base/logging.h"
« no previous file with comments | « printing/metafile.cc ('k') | printing/page_range.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698