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

Side by Side Diff: printing/printing_context_win.h

Issue 1863223002: Convert //printing to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « printing/printing_context_no_system_dialog.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef PRINTING_PRINTING_CONTEXT_WIN_H_ 5 #ifndef PRINTING_PRINTING_CONTEXT_WIN_H_
6 #define PRINTING_PRINTING_CONTEXT_WIN_H_ 6 #define PRINTING_PRINTING_CONTEXT_WIN_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
9 10
10 #include "base/macros.h" 11 #include "base/macros.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "printing/printing_context.h" 12 #include "printing/printing_context.h"
13 #include "ui/gfx/native_widget_types.h" 13 #include "ui/gfx/native_widget_types.h"
14 14
15 namespace printing { 15 namespace printing {
16 16
17 class PrintSettings; 17 class PrintSettings;
18 18
19 class PRINTING_EXPORT PrintingContextWin : public PrintingContext { 19 class PRINTING_EXPORT PrintingContextWin : public PrintingContext {
20 public: 20 public:
21 explicit PrintingContextWin(Delegate* delegate); 21 explicit PrintingContextWin(Delegate* delegate);
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 // The selected printer context. 60 // The selected printer context.
61 HDC context_; 61 HDC context_;
62 62
63 DISALLOW_COPY_AND_ASSIGN(PrintingContextWin); 63 DISALLOW_COPY_AND_ASSIGN(PrintingContextWin);
64 }; 64 };
65 65
66 } // namespace printing 66 } // namespace printing
67 67
68 #endif // PRINTING_PRINTING_CONTEXT_WIN_H_ 68 #endif // PRINTING_PRINTING_CONTEXT_WIN_H_
OLDNEW
« no previous file with comments | « printing/printing_context_no_system_dialog.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698