| Index: webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.cc b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| index d51df11abb23ffb1e63dc8ccdea002ddcde415fa..3df091e9337aae408c33e1b8c97aaa26638d1e3b 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| +++ b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| @@ -21,7 +21,7 @@ RemoteFileStreamWriter::RemoteFileStreamWriter(
|
| url_(url),
|
| initial_offset_(offset),
|
| has_pending_create_snapshot_(false),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| RemoteFileStreamWriter::~RemoteFileStreamWriter() {
|
|
|