| Index: webkit/fileapi/syncable/syncable_file_system_unittest.cc
|
| diff --git a/webkit/fileapi/syncable/syncable_file_system_unittest.cc b/webkit/fileapi/syncable/syncable_file_system_unittest.cc
|
| index 93d2128903a3a34c9e5d181508a78bf5181c9dc8..ec00e7637ade1c1bdee582ee913b3d6e8b1fe70e 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_system_unittest.cc
|
| +++ b/webkit/fileapi/syncable/syncable_file_system_unittest.cc
|
| @@ -36,7 +36,7 @@ class SyncableFileSystemTest : public testing::Test {
|
| : file_system_(GURL("http://example.com/"), "test",
|
| base::MessageLoopProxy::current(),
|
| base::MessageLoopProxy::current()),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {}
|
| + weak_factory_(this) {}
|
|
|
| virtual void SetUp() {
|
| file_system_.SetUp();
|
|
|