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); |
} |