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

Unified Diff: printing/print_settings_initializer_mac.h

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/print_settings_conversion.cc ('k') | printing/print_settings_initializer_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings_initializer_mac.h
diff --git a/printing/print_settings_initializer_mac.h b/printing/print_settings_initializer_mac.h
index bbdd0b1dd11c79f72cb932ebd2ecf93e4d72e7a0..9356ea08fc40869b7ee2900772ca85f5c71f9646 100644
--- a/printing/print_settings_initializer_mac.h
+++ b/printing/print_settings_initializer_mac.h
@@ -8,6 +8,7 @@
#import <ApplicationServices/ApplicationServices.h>
#include "base/logging.h"
+#include "base/macros.h"
#include "printing/page_range.h"
namespace printing {
« no previous file with comments | « printing/print_settings_conversion.cc ('k') | printing/print_settings_initializer_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698