| Index: webkit/quota/quota_manager_unittest.cc
|
| ===================================================================
|
| --- webkit/quota/quota_manager_unittest.cc (revision 109855)
|
| +++ webkit/quota/quota_manager_unittest.cc (working copy)
|
| @@ -895,10 +895,10 @@
|
| GetPersistentHostQuota("foo.com");
|
| SetPersistentHostQuota("foo.com", 200);
|
| GetPersistentHostQuota("foo.com");
|
| - SetPersistentHostQuota("foo.com", 300000000000);
|
| + SetPersistentHostQuota("foo.com", 300);
|
| GetPersistentHostQuota("foo.com");
|
| MessageLoop::current()->RunAllPending();
|
| - EXPECT_EQ(300000000000, quota());
|
| + EXPECT_EQ(300, quota());
|
| }
|
|
|
| TEST_F(QuotaManagerTest, GetAndSetPersistentUsageAndQuota) {
|
|
|