| Index: printing/backend/print_backend_cups.cc
|
| diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
|
| index 2b1033ef44790d8a2a8c38766e486edad42861f9..4cfe18a8addd82cb05ffdfc938fd22ce96e8091e 100644
|
| --- a/printing/backend/print_backend_cups.cc
|
| +++ b/printing/backend/print_backend_cups.cc
|
| @@ -240,7 +240,7 @@ int PrintBackendCUPS::GetDests(cups_dest_t** dests) {
|
| // than suppress. See http://crbug.com/176888#c7
|
| // In theory any CUPS function can trigger this leak, but in
|
| // PrintBackendCUPS, this is the most likely spot.
|
| - // TODO(earthdok): remove this once the leak is fixed.
|
| + // TODO(eugenis): remove this once the leak is fixed.
|
| ANNOTATE_SCOPED_MEMORY_LEAK;
|
| return cupsGetDests(dests);
|
| } else {
|
|
|