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

Side by Side Diff: printing/emf_win.h

Issue 149212: Move printing related stuff to the root printing project from the browser pro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_EMF_WIN_H__ 5 #ifndef PRINTING_EMF_WIN_H_
6 #define PRINTING_EMF_WIN_H__ 6 #define PRINTING_EMF_WIN_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 12
13 namespace gfx { 13 namespace gfx {
14 class Rect; 14 class Rect;
15 } 15 }
16 16
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 // Emf::emf_. The entries become invalid once Emf::CloseEmf() is called. 171 // Emf::emf_. The entries become invalid once Emf::CloseEmf() is called.
172 std::vector<Record> items_; 172 std::vector<Record> items_;
173 173
174 EnumerationContext context_; 174 EnumerationContext context_;
175 175
176 DISALLOW_EVIL_CONSTRUCTORS(Enumerator); 176 DISALLOW_EVIL_CONSTRUCTORS(Enumerator);
177 }; 177 };
178 178
179 } // namespace printing 179 } // namespace printing
180 180
181 #endif // PRINTING_EMF_WIN_H__ 181 #endif // PRINTING_EMF_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698