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

Side by Side Diff: printing/pdf_metafile_cg_mac.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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 | « net/udp/udp_socket_win.h ('k') | remoting/host/chromoting_host_context.h » ('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) 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 #ifndef PRINTING_PDF_METAFILE_CG_MAC_H_ 5 #ifndef PRINTING_PDF_METAFILE_CG_MAC_H_
6 #define PRINTING_PDF_METAFILE_CG_MAC_H_ 6 #define PRINTING_PDF_METAFILE_CG_MAC_H_
7 7
8 #include <ApplicationServices/ApplicationServices.h> 8 #include <ApplicationServices/ApplicationServices.h>
9 #include <CoreFoundation/CoreFoundation.h> 9 #include <CoreFoundation/CoreFoundation.h>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/gtest_prod_util.h"
13 #include "base/mac/scoped_cftyperef.h" 12 #include "base/mac/scoped_cftyperef.h"
14 #include "base/threading/thread_checker.h" 13 #include "base/threading/thread_checker.h"
15 #include "printing/metafile.h" 14 #include "printing/metafile.h"
16 15
17 namespace base { 16 namespace base {
18 class FilePath; 17 class FilePath;
19 } 18 }
20 19
21 namespace gfx { 20 namespace gfx {
22 class Rect; 21 class Rect;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 76
78 // Whether this instantiation of the PdfMetafileCg owns the thread_pdf_docs. 77 // Whether this instantiation of the PdfMetafileCg owns the thread_pdf_docs.
79 bool thread_pdf_docs_owned_; 78 bool thread_pdf_docs_owned_;
80 79
81 DISALLOW_COPY_AND_ASSIGN(PdfMetafileCg); 80 DISALLOW_COPY_AND_ASSIGN(PdfMetafileCg);
82 }; 81 };
83 82
84 } // namespace printing 83 } // namespace printing
85 84
86 #endif // PRINTING_PDF_METAFILE_CG_MAC_H_ 85 #endif // PRINTING_PDF_METAFILE_CG_MAC_H_
OLDNEW
« no previous file with comments | « net/udp/udp_socket_win.h ('k') | remoting/host/chromoting_host_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698