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

Side by Side Diff: printing/printing_context_no_system_dialog.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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "printing/printing_context_no_system_dialog.h" 5 #include "printing/printing_context_no_system_dialog.h"
6 6
7 #include <stdint.h>
7 #include <unicode/ulocdata.h> 8 #include <unicode/ulocdata.h>
8 9
9 #include "base/logging.h" 10 #include "base/logging.h"
10 #include "base/values.h" 11 #include "base/values.h"
11 #include "printing/metafile.h" 12 #include "printing/metafile.h"
12 #include "printing/print_job_constants.h" 13 #include "printing/print_job_constants.h"
13 #include "printing/units.h" 14 #include "printing/units.h"
14 15
15 namespace printing { 16 namespace printing {
16 17
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 // Intentional No-op. 143 // Intentional No-op.
143 } 144 }
144 145
145 gfx::NativeDrawingContext PrintingContextNoSystemDialog::context() const { 146 gfx::NativeDrawingContext PrintingContextNoSystemDialog::context() const {
146 // Intentional No-op. 147 // Intentional No-op.
147 return NULL; 148 return NULL;
148 } 149 }
149 150
150 } // namespace printing 151 } // namespace printing
151 152
OLDNEW
« no previous file with comments | « printing/printing_context_no_system_dialog.h ('k') | printing/printing_context_system_dialog_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698