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

Unified Diff: content/child/child_message_filter.cc

Issue 897563002: Unify the three places that patch font loading for PDFium on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_message_filter.cc
diff --git a/content/child/child_message_filter.cc b/content/child/child_message_filter.cc
index 9e5ff63e99a63816c9357034509a08f0abe06bbc..66b7555b376eb2be2350190697e9f8ce6110ae75 100644
--- a/content/child/child_message_filter.cc
+++ b/content/child/child_message_filter.cc
@@ -8,7 +8,7 @@
#include "base/bind_helpers.h"
#include "base/location.h"
#include "base/task_runner.h"
-#include "content/child/child_thread.h"
+#include "content/child/child_thread_impl.h"
#include "content/child/thread_safe_sender.h"
#include "ipc/message_filter.h"
@@ -52,7 +52,7 @@ base::TaskRunner* ChildMessageFilter::OverrideTaskRunnerForMessage(
ChildMessageFilter::ChildMessageFilter()
: internal_(NULL),
- thread_safe_sender_(ChildThread::current()->thread_safe_sender()) {}
+ thread_safe_sender_(ChildThreadImpl::current()->thread_safe_sender()) {}
ChildMessageFilter::~ChildMessageFilter() {}

Powered by Google App Engine
This is Rietveld 408576698