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

Unified Diff: printing/emf_win.h

Issue 149181: Move Emf class to the printing library. Also creates a platform agnostic Nat... (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | printing/emf_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | printing/emf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698