Removing TODOs related to AcmReceiverBitExactness checksums

Should have been part of r6883.

BUG=3519
R=tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18099004

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6884 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc b/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc
index 8682224..7e2ede5 100644
--- a/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc
+++ b/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc
@@ -561,8 +561,6 @@
 };
 
 TEST_F(AcmReceiverBitExactness, 8kHzOutput) {
-  // TODO(henrik.lundin) Update the android checksum once the android bots are
-  // running this test again.
   Run(8000,
       PlatformChecksum("bd6f8d9602cd82444ea2539e674df747",
                        "6ac89c7145072c26bfeba602cd661afb",
@@ -570,8 +568,6 @@
 }
 
 TEST_F(AcmReceiverBitExactness, 16kHzOutput) {
-  // TODO(henrik.lundin) Update the android checksum once the android bots are
-  // running this test again.
   Run(16000,
       PlatformChecksum("a39bc6ee0c4eb15f3ad2f43cebcc571d",
                        "3e888eb04f57db2c6ef952fe64f17fe6",
@@ -579,8 +575,6 @@
 }
 
 TEST_F(AcmReceiverBitExactness, 32kHzOutput) {
-  // TODO(henrik.lundin) Update the android checksum once the android bots are
-  // running this test again.
   Run(32000,
       PlatformChecksum("80964572aaa2dc92f9e34896dd3802b3",
                        "aeca37e963310f5b6552b7edea23c2f1",
@@ -588,8 +582,6 @@
 }
 
 TEST_F(AcmReceiverBitExactness, 48kHzOutput) {
-  // TODO(henrik.lundin) Update the android checksum once the android bots are
-  // running this test again.
   Run(48000,
       PlatformChecksum("8aacde91f390e0d5a9c2ed571a25fd37",
                        "76b9e99e0a3998aa28355e7a2bd836f7",