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

Side by Side Diff: components/printing/common/print_messages.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 4 years, 12 months 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/basictypes.h"
6 #include "base/strings/string16.h" 5 #include "base/strings/string16.h"
7 #include "ui/gfx/geometry/size.h" 6 #include "ui/gfx/geometry/size.h"
8 7
9 #define IPC_MESSAGE_IMPL 8 #define IPC_MESSAGE_IMPL
10 #include "components/printing/common/print_messages.h" 9 #include "components/printing/common/print_messages.h"
11 10
12 // Generate constructors. 11 // Generate constructors.
13 #include "ipc/struct_constructor_macros.h" 12 #include "ipc/struct_constructor_macros.h"
14 #include "components/printing/common/print_messages.h" 13 #include "components/printing/common/print_messages.h"
15 14
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 PrintHostMsg_SetOptionsFromDocument_Params:: 109 PrintHostMsg_SetOptionsFromDocument_Params::
111 PrintHostMsg_SetOptionsFromDocument_Params() 110 PrintHostMsg_SetOptionsFromDocument_Params()
112 : is_scaling_disabled(false), 111 : is_scaling_disabled(false),
113 copies(0), 112 copies(0),
114 duplex(printing::UNKNOWN_DUPLEX_MODE) { 113 duplex(printing::UNKNOWN_DUPLEX_MODE) {
115 } 114 }
116 115
117 PrintHostMsg_SetOptionsFromDocument_Params:: 116 PrintHostMsg_SetOptionsFromDocument_Params::
118 ~PrintHostMsg_SetOptionsFromDocument_Params() { 117 ~PrintHostMsg_SetOptionsFromDocument_Params() {
119 } 118 }
OLDNEW
« no previous file with comments | « components/printing/common/print_messages.h ('k') | components/printing/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698