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

Unified Diff: ipc/attachment_broker.cc

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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
« no previous file with comments | « ipc/attachment_broker.h ('k') | ipc/attachment_broker_mac_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker.cc
diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc
index 50e3e2d9ae74faae5ab3050cae4ab88ee4207c17..8ef93ec34d547897ed24b29837c2876f05b3043f 100644
--- a/ipc/attachment_broker.cc
+++ b/ipc/attachment_broker.cc
@@ -49,7 +49,7 @@ bool AttachmentBroker::GetAttachmentWithId(
void AttachmentBroker::AddObserver(
AttachmentBroker::Observer* observer,
- const scoped_refptr<base::SequencedTaskRunner>& runner) {
+ const scoped_refptr<base::TaskRunner>& runner) {
base::AutoLock auto_lock(*get_lock());
auto it = std::find_if(observers_.begin(), observers_.end(),
[observer](const ObserverInfo& info) {
« no previous file with comments | « ipc/attachment_broker.h ('k') | ipc/attachment_broker_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698