| Index: webkit/browser/fileapi/native_file_util.h
|
| diff --git a/webkit/browser/fileapi/native_file_util.h b/webkit/browser/fileapi/native_file_util.h
|
| index c6aeec4268444b1f619577a93ee58d2bfb7f6d53..bd875814344ddc7bd31ecb62a65460ddb1b58896 100644
|
| --- a/webkit/browser/fileapi/native_file_util.h
|
| +++ b/webkit/browser/fileapi/native_file_util.h
|
| @@ -38,8 +38,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE NativeFileUtil {
|
| static CopyOrMoveMode CopyOrMoveModeForDestination(
|
| const FileSystemURL& dest_url, bool copy);
|
|
|
| - static base::File CreateOrOpen(const base::FilePath& path,
|
| - int file_flags);
|
| + static base::File CreateOrOpen(const base::FilePath& path, int file_flags);
|
| static base::File::Error EnsureFileExists(const base::FilePath& path,
|
| bool* created);
|
| static base::File::Error CreateDirectory(const base::FilePath& path,
|
|
|