summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printed_document.cc')
-rw-r--r--printing/printed_document.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 22e0fd6..4589c18 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -217,7 +217,7 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings,
PrintedPagesSource* source,
int cookie)
: settings_(settings),
- source_message_loop_(MessageLoop::current()),
+ source_message_loop_(base::MessageLoop::current()),
name_(source->RenderSourceName()),
cookie_(cookie) {
}