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

Unified Diff: printing/printed_document.cc

Issue 14113054: printing: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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 | « no previous file | printing/printing_context_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 22e0fd6393b365d293d286fc7fb33cfddd88e693..4589c18ad38fa797eaabbcc11c37333fc3b0c1bc 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) {
}
« no previous file with comments | « no previous file | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698