Index: content/browser/blob_storage/blob_transport_host_unittest.cc |
diff --git a/content/browser/blob_storage/blob_transport_host_unittest.cc b/content/browser/blob_storage/blob_transport_host_unittest.cc |
index 55877d97fdd90fbdd24f4390fb2573384b4b566e..481e2f0a37efa4c861d642463f24fa0aed210f80 100644 |
--- a/content/browser/blob_storage/blob_transport_host_unittest.cc |
+++ b/content/browser/blob_storage/blob_transport_host_unittest.cc |
@@ -83,7 +83,8 @@ class BlobTransportHostTest : 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_space = kTestBlobStorageMaxDiskSpace; |
+ limits.effective_max_disk_space = kTestBlobStorageMaxDiskSpace; |
limits.min_page_file_size = kTestBlobStorageMinFileSizeBytes; |
limits.max_file_size = kTestBlobStorageMaxFileSizeBytes; |
context_.mutable_memory_controller()->set_limits_for_testing(limits); |