summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-01-28 18:36:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-29 02:37:38 +0000
commitcee690634a79075f4128d9644589b7f43269ef4e (patch)
tree77d0eae8c0a86cc0fad0eb4c181506ebb4ac89be /printing
parentab81d6c319705c708cca4d6313a4cdd8f97b39d7 (diff)
downloadchromium_src-cee690634a79075f4128d9644589b7f43269ef4e.zip
chromium_src-cee690634a79075f4128d9644589b7f43269ef4e.tar.gz
chromium_src-cee690634a79075f4128d9644589b7f43269ef4e.tar.bz2
Reassign all of earthdok's TODOs and remove from OWNERS.
TBR=jln@chromium.org,thakis@chromium.org Review URL: https://codereview.chromium.org/1646813004 Cr-Commit-Position: refs/heads/master@{#372260}
Diffstat (limited to 'printing')
-rw-r--r--printing/backend/print_backend_cups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
index 2b1033e..4cfe18a 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 {