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

Unified Diff: content/child/child_histogram_message_filter.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: content/child/child_histogram_message_filter.h
diff --git a/content/child/child_histogram_message_filter.h b/content/child/child_histogram_message_filter.h
index ed01890ac1cedf2960d7e1231ca15f69b08304b0..a88f892ce4ef90c2f420770aa5fa6b84fbf7079c 100644
--- a/content/child/child_histogram_message_filter.h
+++ b/content/child/child_histogram_message_filter.h
@@ -14,7 +14,7 @@
namespace base {
class HistogramDeltaSerialization;
-class MessageLoopProxy;
+class SingleThreadTaskRunner;
} // namespace base
namespace content {
@@ -44,7 +44,7 @@ class ChildHistogramMessageFilter : public IPC::MessageFilter {
IPC::Sender* sender_;
- scoped_refptr<base::MessageLoopProxy> io_message_loop_;
+ scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
// Prepares histogram deltas for transmission.
scoped_ptr<base::HistogramDeltaSerialization> histogram_delta_serialization_;

Powered by Google App Engine
This is Rietveld 408576698