commit | 126e93cfd2b197f92e3a0522a54072ece86287c7 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 21:48:16 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 21:49:21 2015 |
tree | 3223ea80854a001f2f878b82c640288ba2a4ebeb | |
parent | 841bc0f24389c4d765426f483cf6539dd5986424 [diff] [blame] |
Switch to standard integer types in printing/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1544623002 Cr-Commit-Position: refs/heads/master@{#366463}
diff --git a/printing/printing_context_system_dialog_win.h b/printing/printing_context_system_dialog_win.h index 39b24ae..75593e5 100644 --- a/printing/printing_context_system_dialog_win.h +++ b/printing/printing_context_system_dialog_win.h
@@ -10,6 +10,7 @@ #include <string> +#include "base/macros.h" #include "printing/printing_context_win.h" #include "ui/gfx/native_widget_types.h"