From 5930cb6dacd08ecf46410cd7dd4f96724e353e5f Mon Sep 17 00:00:00 2001
From: "maruel@chromium.org"
 <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Tue, 8 Dec 2009 02:04:22 +0000
Subject: printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).

Use DISALLOW_COPY_AND_ASSIGN instead.

Patch contributed by Thiago Farina

Review URL: http://codereview.chromium.org/460087

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34030 0039d316-1c4b-4281-b951-d872f2087c98
---
 printing/image.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'printing/image.cc')

diff --git a/printing/image.cc b/printing/image.cc
index ba52567..9ead5e0 100644
--- a/printing/image.cc
+++ b/printing/image.cc
@@ -53,7 +53,7 @@ class DisableFontSmoothing {
  private:
   bool enable_again_;
 
-  DISALLOW_EVIL_CONSTRUCTORS(DisableFontSmoothing);
+  DISALLOW_COPY_AND_ASSIGN(DisableFontSmoothing);
 };
 
 }  // namespace
-- 
cgit v1.1