From 5930cb6dacd08ecf46410cd7dd4f96724e353e5f Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" 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/printed_page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printing/printed_page.h') diff --git a/printing/printed_page.h b/printing/printed_page.h index 101be9a..cbc9e01 100644 --- a/printing/printed_page.h +++ b/printing/printed_page.h @@ -45,7 +45,7 @@ class PrintedPage : public base::RefCountedThreadSafe { // job. const gfx::Size page_size_; - DISALLOW_EVIL_CONSTRUCTORS(PrintedPage); + DISALLOW_COPY_AND_ASSIGN(PrintedPage); }; } // namespace printing -- cgit v1.1