| Index: webkit/fileapi/local_file_system_quota_unittest.cc
|
| diff --git a/webkit/fileapi/local_file_system_quota_unittest.cc b/webkit/fileapi/local_file_system_quota_unittest.cc
|
| index 8ba84ebcfe27a5e2e10a2c6b69bf1501b4718193..f5f8bd8ec1d4d71e93fafba196d3fbd4a807b887 100644
|
| --- a/webkit/fileapi/local_file_system_quota_unittest.cc
|
| +++ b/webkit/fileapi/local_file_system_quota_unittest.cc
|
| @@ -88,6 +88,7 @@ class LocalFileSystemQuotaTest
|
| }
|
|
|
| int64 SizeByQuotaUtil() {
|
| + MessageLoop::current()->RunUntilIdle();
|
| return test_helper_.GetCachedOriginUsage();
|
| }
|
|
|
|
|