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

Unified Diff: components/filesystem/directory_impl.h

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/font_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/directory_impl.h
diff --git a/components/filesystem/directory_impl.h b/components/filesystem/directory_impl.h
index 9d4e212af63b85aa2ceae9c821ffdece72c20472..5b2ed5eb021ebc26abc2641f785106b04a52d26c 100644
--- a/components/filesystem/directory_impl.h
+++ b/components/filesystem/directory_impl.h
@@ -31,7 +31,7 @@ class DirectoryImpl : public mojom::Directory {
scoped_refptr<LockTable> lock_table);
~DirectoryImpl() override;
- void set_connection_error_handler(const mojo::Closure& error_handler) {
+ void set_connection_error_handler(const base::Closure& error_handler) {
binding_.set_connection_error_handler(error_handler);
}
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/font_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698