| Index: storage/browser/blob/blob_memory_controller.h
|
| diff --git a/storage/browser/blob/blob_memory_controller.h b/storage/browser/blob/blob_memory_controller.h
|
| index 068e22b32ea47e4803f41b45b2fd22678444d0e4..865d3e01ab580a460364d62375a136ff24e54aa8 100644
|
| --- a/storage/browser/blob/blob_memory_controller.h
|
| +++ b/storage/browser/blob/blob_memory_controller.h
|
| @@ -103,7 +103,7 @@ class STORAGE_EXPORT BlobMemoryController {
|
| // The bool argument is true if we successfully received file quota, and the
|
| // vector argument provides the file info.
|
| using FileQuotaRequestCallback =
|
| - base::Callback<void(bool, std::vector<FileCreationInfo>)>;
|
| + base::Callback<void(std::vector<FileCreationInfo>, bool)>;
|
|
|
| // We enable file paging if |file_runner| isn't a nullptr.
|
| BlobMemoryController(const base::FilePath& storage_directory,
|
|
|