| Index: storage/browser/fileapi/obfuscated_file_util.h
|
| diff --git a/storage/browser/fileapi/obfuscated_file_util.h b/storage/browser/fileapi/obfuscated_file_util.h
|
| index d22d2e2cd183285a85fe60f6ed6f43840a565991..090e55e3b49f8f8df24da1fcdd3fea5fae223bcf 100644
|
| --- a/storage/browser/fileapi/obfuscated_file_util.h
|
| +++ b/storage/browser/fileapi/obfuscated_file_util.h
|
| @@ -197,7 +197,7 @@ class STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil
|
|
|
| // Deletes a directory database from the database list in the ObfuscatedFSFU
|
| // and destroys the database on the disk.
|
| - bool DestroyDirectoryDatabase(const GURL& origin,
|
| + void DestroyDirectoryDatabase(const GURL& origin,
|
| const std::string& type_string);
|
|
|
| // Computes a cost for storing a given file in the obfuscated FSFU.
|
|
|