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

Unified Diff: printing/image_mac.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/image.cc ('k') | printing/image_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/image_mac.cc
diff --git a/printing/image_mac.cc b/printing/image_mac.cc
index 864a15017f14eeb6e3d8caf6787dc9a016ba4656..423b1fcb5768e995f373c5748733ee37cf832a33 100644
--- a/printing/image_mac.cc
+++ b/printing/image_mac.cc
@@ -5,6 +5,8 @@
#include "printing/image.h"
#include <ApplicationServices/ApplicationServices.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/mac/scoped_cftyperef.h"
#include "printing/metafile.h"
« no previous file with comments | « printing/image.cc ('k') | printing/image_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698