Fix invalid .sha1 files for audio_coding

It seems like multiple runs of the upload_to_google_storage.py
script created .sha1.sha1 files that sneaked in with
https://code.google.com/p/webrtc/source/detail?r=5076

This caused the wrong files getting downloaded during sync.
This affected the modules_unittests and the neteq_unittests
which started failing (due to wrong version of the resource files).

TEST=trybots passing
BUG=2294
TBR=andrew@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5077 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/resources/audio_coding/neteq_rtcp_stats.dat.sha1 b/resources/audio_coding/neteq_rtcp_stats.dat.sha1
index 42d37ac..f941d3d 100644
--- a/resources/audio_coding/neteq_rtcp_stats.dat.sha1
+++ b/resources/audio_coding/neteq_rtcp_stats.dat.sha1
@@ -1 +1 @@
-759d57e87517e0290144add9ba53d5c6dec1c27e
\ No newline at end of file
+f8d80926402424046b80c8ed85ee8a66aa4b0715
\ No newline at end of file