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

Unified Diff: printing/printing_utils.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/printing_utils.h ('k') | printing/printing_utils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_utils.cc
diff --git a/printing/printing_utils.cc b/printing/printing_utils.cc
index 5f9fd2cf5b1b88322d2e552d6ddab925fb939ee2..1c8ec03bd9ac00854edada137efbf750bb0a2f49 100644
--- a/printing/printing_utils.cc
+++ b/printing/printing_utils.cc
@@ -4,6 +4,8 @@
#include "printing/printing_utils.h"
+#include <stddef.h>
+
#include <algorithm>
#include "base/logging.h"
« no previous file with comments | « printing/printing_utils.h ('k') | printing/printing_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698