| Index: webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| diff --git a/webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc b/webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| index 09dfab894ed6ef24416a5d0b76106c2b25138b69..78497e956ef5e9cfddb66a3bf6f65f490a2e8290 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| +++ b/webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| @@ -53,7 +53,7 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| write_bytes_(0),
|
| write_complete_(false),
|
| url_request_context_(file_system_.file_system_context()),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {}
|
| + weak_factory_(this) {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| ASSERT_TRUE(dir_.CreateUniqueTempDir());
|
|
|