Index: chrome/browser/chromeos/gdata/operations_base.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/operations_base.h (revision 149581) |
+++ chrome/browser/chromeos/gdata/operations_base.h (working copy) |
@@ -206,9 +206,6 @@ |
scoped_ptr<base::Value>* value); |
GetDataCallback callback_; |
- |
- // Note: This should remain the last member so it'll be destroyed and |
- // invalidate its weak pointers before any other members are destroyed. |
base::WeakPtrFactory<GetDataOperation> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(GetDataOperation); |
}; |