| Index: webkit/fileapi/file_system_quota_client_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_quota_client_unittest.cc b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| index e636fb92115050c03bc78818e94216ee323f8642..fa4d3a1eb2ea4c957b4a59e6445f6b72f5ec2784 100644
|
| --- a/webkit/fileapi/file_system_quota_client_unittest.cc
|
| +++ b/webkit/fileapi/file_system_quota_client_unittest.cc
|
| @@ -38,7 +38,7 @@ const quota::StorageType kPersistent = quota::kStorageTypePersistent;
|
| class FileSystemQuotaClientTest : public testing::Test {
|
| public:
|
| FileSystemQuotaClientTest()
|
| - : weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| + : weak_factory_(this),
|
| additional_callback_count_(0),
|
| deletion_status_(quota::kQuotaStatusUnknown) {
|
| }
|
|
|