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

Unified Diff: net/base/directory_lister.h

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/data_url.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.h
diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h
index 2b43c1d51ac0ac902bb2b5b87189c036bad5819a..8edffa7b6559851e11be5b7a681037523e47270c 100644
--- a/net/base/directory_lister.h
+++ b/net/base/directory_lister.h
@@ -16,7 +16,7 @@
#include "net/base/net_export.h"
namespace base {
-class MessageLoopProxy;
+class SingleThreadTaskRunner;
}
namespace net {
@@ -110,7 +110,7 @@ class NET_EXPORT DirectoryLister {
const base::FilePath dir_;
const ListingType type_;
- const scoped_refptr<base::MessageLoopProxy> origin_loop_;
+ const scoped_refptr<base::SingleThreadTaskRunner> origin_loop_;
// Only used on the origin thread.
DirectoryLister* lister_;
« no previous file with comments | « net/base/data_url.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698