| Index: webkit/quota/quota_manager_unittest.cc
|
| diff --git a/webkit/quota/quota_manager_unittest.cc b/webkit/quota/quota_manager_unittest.cc
|
| index b3d71e463d1fd5b219def770c64e5b137c9a6018..48f335175e3c0a412332a533eee8c1beed6169a1 100644
|
| --- a/webkit/quota/quota_manager_unittest.cc
|
| +++ b/webkit/quota/quota_manager_unittest.cc
|
| @@ -895,10 +895,10 @@ TEST_F(QuotaManagerTest, GetAndSetPerststentHostQuota) {
|
| GetPersistentHostQuota("foo.com");
|
| SetPersistentHostQuota("foo.com", 200);
|
| GetPersistentHostQuota("foo.com");
|
| - SetPersistentHostQuota("foo.com", 300);
|
| + SetPersistentHostQuota("foo.com", 300000000000);
|
| GetPersistentHostQuota("foo.com");
|
| MessageLoop::current()->RunAllPending();
|
| - EXPECT_EQ(300, quota());
|
| + EXPECT_EQ(300000000000, quota());
|
| }
|
|
|
| TEST_F(QuotaManagerTest, GetAndSetPersistentUsageAndQuota) {
|
|
|