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

Unified Diff: printing/printed_document.cc

Issue 14113054: printing: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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') | printing/printing_context_win.cc » ('J')
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..abee28e4bf1b2ab81a1936f2481e08a95b44cd1f 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -217,10 +217,9 @@ 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) {
-}
+ cookie_(cookie) {}
Lei Zhang 2013/05/06 04:05:55 The rest of the file doesn't use '{}' -> leave it
xhwang 2013/05/06 16:07:20 Done.
PrintedDocument::Immutable::~Immutable() {
}
« no previous file with comments | « no previous file | printing/printing_context_win.cc » ('j') | printing/printing_context_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698