Index: util/file/file_reader.h |
diff --git a/util/file/file_reader.h b/util/file/file_reader.h |
index 2d699cb43215aaea1ce5ce4be8ac111e1a067529..0c6856f1a804913ea0835a86956379030ca510c9 100644 |
--- a/util/file/file_reader.h |
+++ b/util/file/file_reader.h |
@@ -110,9 +110,7 @@ class FileReader : public FileReaderInterface { |
//! |
//! \note After a successful call, this method cannot be called again until |
//! after Close(). |
- bool Open(const base::FilePath& path, |
- FileWriteMode write_mode, |
- FilePermissions permissions); |
+ bool Open(const base::FilePath& path); |
//! \brief Wraps CheckedCloseHandle(). |
//! |