| Index: chrome/service/cloud_print/cloud_print_connector.h
|
| diff --git a/chrome/service/cloud_print/cloud_print_connector.h b/chrome/service/cloud_print/cloud_print_connector.h
|
| index ee80650fd9f6a7f1c1afc93ddf42e20864db6f86..9e6c690711555318028b6322e43e1e1114992a8d 100644
|
| --- a/chrome/service/cloud_print/cloud_print_connector.h
|
| +++ b/chrome/service/cloud_print/cloud_print_connector.h
|
| @@ -68,7 +68,7 @@ class CloudPrintConnector
|
| PENDING_PRINTER_DELETE
|
| };
|
|
|
| - // TODO(jhawkins): This name conflicts with base::PendingTask.
|
| + // TODO(vitalybuka): Consider delete pending_tasks_ and just use MessageLoop.
|
| struct PendingTask {
|
| PendingTaskType type;
|
| // Optional members, depending on type.
|
|
|