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

Unified Diff: chrome/browser/printing/print_view_manager_basic.cc

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (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
Index: chrome/browser/printing/print_view_manager_basic.cc
diff --git a/chrome/browser/printing/print_view_manager_basic.cc b/chrome/browser/printing/print_view_manager_basic.cc
index 2532486049695513afe0ec17dd941f7fc32fa2ea..6ac06d63531972408c81a42252c3be3b3c535a18 100644
--- a/chrome/browser/printing/print_view_manager_basic.cc
+++ b/chrome/browser/printing/print_view_manager_basic.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/printing/print_view_manager_basic.h"
+#include "build/build_config.h"
+
#if defined(OS_ANDROID)
#include "base/bind.h"
#include "printing/printing_context_android.h"
« no previous file with comments | « chrome/browser/printing/print_view_manager_basic.h ('k') | chrome/browser/printing/printer_manager_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698