Index: chrome/browser/chromeos/gdata/operations_base.cc |
diff --git a/chrome/browser/chromeos/gdata/operations_base.cc b/chrome/browser/chromeos/gdata/operations_base.cc |
index f2df6ef3bb895527d081965709700cebb6aad79d..ccb2326880e8fd794bd58dac6af0c625ce4fd3e5 100644 |
--- a/chrome/browser/chromeos/gdata/operations_base.cc |
+++ b/chrome/browser/chromeos/gdata/operations_base.cc |
@@ -366,7 +366,7 @@ GetDataOperation::GetDataOperation(GDataOperationRegistry* registry, |
const GetDataCallback& callback) |
: UrlFetchOperationBase(registry, profile), |
callback_(callback), |
- weak_ptr_factory_(this) { |
+ ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) { |
} |
GetDataOperation::~GetDataOperation() {} |