| Index: content/browser/blob_storage/blob_dispatcher_host_unittest.cc
|
| diff --git a/content/browser/blob_storage/blob_dispatcher_host_unittest.cc b/content/browser/blob_storage/blob_dispatcher_host_unittest.cc
|
| index aca858fa1a440f68fbbc23be8a9a08a807612d91..3ba97f3274ac471f78a1a3e05a31d15c87ee66ce 100644
|
| --- a/content/browser/blob_storage/blob_dispatcher_host_unittest.cc
|
| +++ b/content/browser/blob_storage/blob_dispatcher_host_unittest.cc
|
| @@ -115,7 +115,8 @@ class BlobDispatcherHostTest : public testing::Test {
|
| limits.max_ipc_memory_size = kTestBlobStorageIPCThresholdBytes;
|
| limits.max_shared_memory_size = kTestBlobStorageMaxSharedMemoryBytes;
|
| limits.max_blob_in_memory_space = kTestBlobStorageMaxBlobMemorySize;
|
| - limits.max_blob_disk_space = kTestBlobStorageMaxDiskSpace;
|
| + limits.desired_max_disk = kTestBlobStorageMaxDiskSpace;
|
| + limits.effective_max_disk = kTestBlobStorageMaxDiskSpace;
|
| limits.min_page_file_size = kTestBlobStorageMinFileSizeBytes;
|
| limits.max_file_size = kTestBlobStorageMaxFileSizeBytes;
|
| context_->mutable_memory_controller()->set_limits_for_testing(limits);
|
|
|