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 0298513929900eb84174da0a7c9c989ceb7ddec9..8bd59f400a74e588be898961c1359c2407b1df46 100644 |
--- a/content/browser/storage_partition_impl_unittest.cc |
+++ b/content/browser/storage_partition_impl_unittest.cc |
@@ -107,7 +107,8 @@ TEST_F(StoragePartitionShaderClearTest, ClearShaderCache) { |
EXPECT_EQ(1u, Size()); |
TestClosureCallback clear_cb; |
- StoragePartitionImpl sp(cache_path(), NULL, NULL, NULL, NULL, NULL, NULL); |
+ StoragePartitionImpl sp( |
+ cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&ClearData, &sp, clear_cb.callback())); |