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

Unified Diff: printing/metafile.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.h ('k') | printing/page_number.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/metafile.cc
diff --git a/printing/metafile.cc b/printing/metafile.cc
index 33c84f4938acfdbcd210ae715c85d9b0f2c80039..fd2c829041b02da7df77fcd03c93fdae0f816cbd 100644
--- a/printing/metafile.cc
+++ b/printing/metafile.cc
@@ -4,6 +4,8 @@
#include "printing/metafile.h"
+#include <stdint.h>
+
#include <vector>
#include "base/files/file.h"
« no previous file with comments | « printing/metafile.h ('k') | printing/page_number.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698