Index: components/filesystem/file_impl.h |
diff --git a/components/filesystem/file_impl.h b/components/filesystem/file_impl.h |
index 469e89d8db55a0d99af77630116907c79a1bd619..0ca3501e6b2b30c4daf3bfaacc3fadc2be0680dd 100644 |
--- a/components/filesystem/file_impl.h |
+++ b/components/filesystem/file_impl.h |
@@ -47,6 +47,7 @@ class FileImpl : public File { |
const TouchCallback& callback) override; |
void Dup(mojo::InterfaceRequest<File> file, |
const DupCallback& callback) override; |
+ void Flush(const FlushCallback& callback) override; |
void AsHandle(const AsHandleCallback& callback) override; |
private: |