| 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 9571cd69ebee7a993a64017120738d40ac75a649..7eaa42114ef62c233588c7686d38939b8dfff2d2 100644
|
| --- a/webkit/fileapi/local_file_system_quota_unittest.cc
|
| +++ b/webkit/fileapi/local_file_system_quota_unittest.cc
|
| @@ -43,7 +43,7 @@ class LocalFileSystemQuotaTest
|
| public base::SupportsWeakPtr<LocalFileSystemQuotaTest> {
|
| public:
|
| LocalFileSystemQuotaTest()
|
| - : weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| + : weak_factory_(this),
|
| next_unique_path_suffix_(0),
|
| status_(kFileOperationStatusNotSet),
|
| quota_status_(quota::kQuotaStatusUnknown),
|
|
|