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

Unified Diff: components/printing/test/print_mock_render_thread.h

Issue 1142063003: content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 5 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: components/printing/test/print_mock_render_thread.h
diff --git a/components/printing/test/print_mock_render_thread.h b/components/printing/test/print_mock_render_thread.h
index 961341e9cd4be6a273e07c55604dedc6cdd6df7b..fdec4b289251d5aea1af953aff5b4b6485e9e838 100644
--- a/components/printing/test/print_mock_render_thread.h
+++ b/components/printing/test/print_mock_render_thread.h
@@ -29,7 +29,7 @@ class PrintMockRenderThread : public content::MockRenderThread {
~PrintMockRenderThread() override;
// content::RenderThread overrides.
- scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() override;
+ scoped_refptr<base::SingleThreadTaskRunner> GetIOMessageLoopProxy() override;
//////////////////////////////////////////////////////////////////////////
// The following functions are called by the test itself.

Powered by Google App Engine
This is Rietveld 408576698