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

Unified Diff: chrome/browser/printing/background_printing_manager.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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
Index: chrome/browser/printing/background_printing_manager.cc
diff --git a/chrome/browser/printing/background_printing_manager.cc b/chrome/browser/printing/background_printing_manager.cc
index 953a38e6b51f9405aa4db1244c4aa5606fe025c9..c97f89ad0f27572f30cbda3ede0e456925565693 100644
--- a/chrome/browser/printing/background_printing_manager.cc
+++ b/chrome/browser/printing/background_printing_manager.cc
@@ -153,7 +153,7 @@ void BackgroundPrintingManager::DeletePreviewContents(
content::Source<WebContents>(preview_contents));
printing_contents_set_.erase(preview_contents);
printing_contents_pending_deletion_set_.insert(preview_contents);
- MessageLoop::current()->DeleteSoon(FROM_HERE, preview_contents);
+ base::MessageLoop::current()->DeleteSoon(FROM_HERE, preview_contents);
}
bool BackgroundPrintingManager::HasSharedRenderProcessHost(
« no previous file with comments | « chrome/browser/prerender/prerender_unittest.cc ('k') | chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698