summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-17 14:45:12 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-17 21:45:29 +0000
commit15606efcb80a4408e5e82579f92a341a5aad2fe2 (patch)
tree917a2fd52d778f46a160d190592189adf66ae730 /device
parenta2078e6cd762367e8da4fe5cfb654f3848f6aa06 (diff)
downloadchromium_src-15606efcb80a4408e5e82579f92a341a5aad2fe2.zip
chromium_src-15606efcb80a4408e5e82579f92a341a5aad2fe2.tar.gz
chromium_src-15606efcb80a4408e5e82579f92a341a5aad2fe2.tar.bz2
Remove ikarienator from OWNERS files.
NOTRY=true Review URL: https://codereview.chromium.org/582503002 Cr-Commit-Position: refs/heads/master@{#295350}
Diffstat (limited to 'device')
-rw-r--r--device/usb/usb_service_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/usb/usb_service_impl.cc b/device/usb/usb_service_impl.cc
index 29a8259..b7c2406 100644
--- a/device/usb/usb_service_impl.cc
+++ b/device/usb/usb_service_impl.cc
@@ -52,7 +52,7 @@ class UsbServiceImpl : public UsbService,
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
- // TODO(ikarienator): Figure out a better solution.
+ // TODO(reillyg): Figure out a better solution.
uint32 next_unique_id_;
// The map from PlatformUsbDevices to UsbDevices.