Index: components/gcm_driver/instance_id/instance_id_impl.cc |
diff --git a/components/gcm_driver/instance_id/instance_id_impl.cc b/components/gcm_driver/instance_id/instance_id_impl.cc |
index 667008fdd2622eb341e7a1e01f8ad02ce97ebcf5..667a286f68d13028dadfd0050390804c5625183d 100644 |
--- a/components/gcm_driver/instance_id/instance_id_impl.cc |
+++ b/components/gcm_driver/instance_id/instance_id_impl.cc |
@@ -214,6 +214,7 @@ void InstanceIDImpl::OnDeleteIDCompleted( |
const DeleteIDCallback& callback, |
gcm::GCMClient::Result result) { |
callback.Run(GCMClientResultToInstanceIDResult(result)); |
+ // Now |this| may have been deleted. |
} |
void InstanceIDImpl::GetInstanceIDDataCompleted( |