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

Unified Diff: net/base/directory_lister.cc

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 | « net/base/directory_lister.h ('k') | net/base/elements_upload_data_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.cc
diff --git a/net/base/directory_lister.cc b/net/base/directory_lister.cc
index 2327756ee5b2474b559b829bceb632a0f307ff65..d67a10b27dadf0583b0fd362bd9bc4bfd8b4e1e2 100644
--- a/net/base/directory_lister.cc
+++ b/net/base/directory_lister.cc
@@ -12,7 +12,7 @@
#include "base/i18n/file_util_icu.h"
#include "base/location.h"
#include "base/logging.h"
-#include "base/message_loop/message_loop_proxy.h"
+#include "base/thread_task_runner_handle.h"
#include "base/threading/thread_restrictions.h"
#include "base/threading/worker_pool.h"
#include "net/base/net_errors.h"
@@ -97,7 +97,7 @@ DirectoryLister::Core::Core(const base::FilePath& dir,
DirectoryLister* lister)
: dir_(dir),
type_(type),
- origin_loop_(base::MessageLoopProxy::current()),
+ origin_loop_(base::ThreadTaskRunnerHandle::Get()),
lister_(lister),
cancelled_(0) {
DCHECK(lister_);
« no previous file with comments | « net/base/directory_lister.h ('k') | net/base/elements_upload_data_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698