summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r--printing/printed_document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h
index c7d806c..77364f9 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -115,7 +115,7 @@ class PrintedDocument : public base::RefCountedThreadSafe<PrintedDocument> {
// Contains all the mutable stuff. All this stuff MUST be accessed with the
// lock held.
struct Mutable {
- Mutable(PrintedPagesSource* source);
+ explicit Mutable(PrintedPagesSource* source);
// Source that generates the PrintedPage's (i.e. a TabContents). It will be
// set back to NULL if the source is deleted before this object.
@@ -190,7 +190,7 @@ class PrintedDocument : public base::RefCountedThreadSafe<PrintedDocument> {
// All the immutable members.
const Immutable immutable_;
- DISALLOW_EVIL_CONSTRUCTORS(PrintedDocument);
+ DISALLOW_COPY_AND_ASSIGN(PrintedDocument);
};
} // namespace printing