diff options
author | david.mike.futcher@gmail.com <david.mike.futcher@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 20:07:08 +0000 |
---|---|---|
committer | david.mike.futcher@gmail.com <david.mike.futcher@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 20:07:08 +0000 |
commit | 60ea605e068242f3dd5500e081b940a1de7370f2 (patch) | |
tree | a7d3bbb61f7d794d1646ed5a7ebfd7c0ac13acf8 /AUTHORS | |
parent | c13014b1b5e1a8a5a6faef68ee9ad3ec123424a8 (diff) | |
download | chromium_src-60ea605e068242f3dd5500e081b940a1de7370f2.zip chromium_src-60ea605e068242f3dd5500e081b940a1de7370f2.tar.gz chromium_src-60ea605e068242f3dd5500e081b940a1de7370f2.tar.bz2 |
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
This is my first attempt at contributing, so please tell me where I'm going wrong.
BUG=58409
TEST=
Review URL: http://codereview.chromium.org/6851016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,3 +100,4 @@ Ryan Norton <rnorton10@gmail.com> Dillon Sellars <dill.sellars@gmail.com> Seshadri Mahalingam <seshadri.mahalingam@gmail.com> Clement Scheelfeldt Skau <clementskau@gmail.com> +David Futcher <bobbo@ubuntu.com> |