| Index: content/browser/storage_partition_impl_unittest.cc
|
| diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc
|
| index a8b47bc74cac1dfa88145225ffd3809c708621b3..4828ae6529fccae29d94bd7ff6bf6c874fc0739e 100644
|
| --- a/content/browser/storage_partition_impl_unittest.cc
|
| +++ b/content/browser/storage_partition_impl_unittest.cc
|
| @@ -110,7 +110,7 @@ TEST_F(StoragePartitionShaderClearTest, ClearShaderCache) {
|
|
|
| TestClosureCallback clear_cb;
|
| StoragePartitionImpl sp(
|
| - cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
| + cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE, base::Bind(&ClearData, &sp, clear_cb.callback()));
|
| clear_cb.WaitForResult();
|
|
|