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

Unified Diff: printing/page_range.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/page_number.cc ('k') | printing/pdf_metafile_cg_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_range.cc
diff --git a/printing/page_range.cc b/printing/page_range.cc
index ea2e30a38cbc262657e42209d10c1f9ab529c143..3c050efb1c7787beffa989b96766ae320601d55c 100644
--- a/printing/page_range.cc
+++ b/printing/page_range.cc
@@ -4,6 +4,8 @@
#include "printing/page_range.h"
+#include <stddef.h>
+
#include <set>
namespace {
« no previous file with comments | « printing/page_number.cc ('k') | printing/pdf_metafile_cg_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698