| Index: webkit/quota/quota_manager_unittest.cc
|
| diff --git a/webkit/quota/quota_manager_unittest.cc b/webkit/quota/quota_manager_unittest.cc
|
| index 16fc799915154854a804bfaf78583754b6221886..43e4f852244ed5b3d23f9f9a8fcb819406a21110 100644
|
| --- a/webkit/quota/quota_manager_unittest.cc
|
| +++ b/webkit/quota/quota_manager_unittest.cc
|
| @@ -159,7 +159,7 @@ class QuotaManagerTest : public testing::Test {
|
| quota_manager_->GetHostUsage(
|
| host, type,
|
| base::Bind(&QuotaManagerTest::DidGetHostUsage,
|
| - weak_factory_.GetWeakPtr()));
|
| + weak_factory_.GetWeakPtr(), host, type));
|
| }
|
|
|
| void RunAdditionalUsageAndQuotaTask(const GURL& origin, StorageType type) {
|
|
|