| Index: printing/emf_win.h
|
| ===================================================================
|
| --- printing/emf_win.h (revision 19830)
|
| +++ printing/emf_win.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_GFX_EMF_H__
|
| -#define CHROME_COMMON_GFX_EMF_H__
|
| +#ifndef PRINTING_EMF_WIN_H__
|
| +#define PRINTING_EMF_WIN_H__
|
|
|
| #include <windows.h>
|
| #include <vector>
|
| @@ -11,9 +11,11 @@
|
| #include "base/basictypes.h"
|
|
|
| namespace gfx {
|
| -
|
| class Rect;
|
| +}
|
|
|
| +namespace printing {
|
| +
|
| // Simple wrapper class that manage an EMF data stream and its virtual HDC.
|
| class Emf {
|
| public:
|
| @@ -174,6 +176,6 @@
|
| DISALLOW_EVIL_CONSTRUCTORS(Enumerator);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace printing
|
|
|
| -#endif // CHROME_COMMON_GFX_EMF_H__
|
| +#endif // PRINTING_EMF_WIN_H__
|
|
|