diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_write_helper.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/file_write_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_write_helper.cc b/chrome/browser/chromeos/drive/file_write_helper.cc index 96086f6..4e4ed0f 100644 --- a/chrome/browser/chromeos/drive/file_write_helper.cc +++ b/chrome/browser/chromeos/drive/file_write_helper.cc @@ -26,7 +26,7 @@ void EmitDebugLogForCloseFile(const base::FilePath& file_path, FileWriteHelper::FileWriteHelper(DriveFileSystemInterface* file_system) : file_system_(file_system), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) { + weak_ptr_factory_(this) { // Must be created in DriveSystemService. DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); } |