summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/file_system/update_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system/update_operation.cc')
-rw-r--r--chrome/browser/chromeos/drive/file_system/update_operation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_system/update_operation.cc b/chrome/browser/chromeos/drive/file_system/update_operation.cc
index ba49441..d861aed 100644
--- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
@@ -29,7 +29,7 @@ UpdateOperation::UpdateOperation(
scheduler_(scheduler),
blocking_task_runner_(blocking_task_runner),
observer_(observer),
- weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
+ weak_ptr_factory_(this) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
}