| Index: webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| index 5c913ae45b393c999a62b78e5b3a12b354364bba..21007e51a27fb3197f7adf0c9ee4741668de464d 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| +++ b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| @@ -111,7 +111,7 @@ const base::FilePath::CharType kVirtualPath[] = FILE_PATH_LITERAL("testing");
|
| class FileSystemMountPointProviderTest : public testing::Test {
|
| public:
|
| FileSystemMountPointProviderTest()
|
| - : ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + : weak_factory_(this) {
|
| }
|
|
|
| virtual void SetUp() {
|
|
|