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

Unified Diff: components/filesystem/directory_impl.h

Issue 2539383002: Replace base::File wrapping with typemapping. (Closed)
Patch Set: Created 4 years 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 | « no previous file | components/filesystem/directory_impl.cc » ('j') | components/filesystem/directory_impl.cc » ('J')
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 9f1a141de4967775645123eb39e1e6ad231d9442..e226b78508e1c91308eb9d41b9e68bdaee6c4974 100644
--- a/components/filesystem/directory_impl.h
+++ b/components/filesystem/directory_impl.h
@@ -64,9 +64,8 @@ class DirectoryImpl : public mojom::Directory {
const WriteFileCallback& callback) override;
private:
- mojo::ScopedHandle OpenFileHandleImpl(const std::string& raw_path,
- uint32_t open_flags,
- mojom::FileError* error);
+ base::File OpenFileHandleImpl(const std::string& raw_path,
+ uint32_t open_flags);
base::FilePath directory_path_;
scoped_refptr<SharedTempDir> temp_dir_;
« no previous file with comments | « no previous file | components/filesystem/directory_impl.cc » ('j') | components/filesystem/directory_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698