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_network_stats.dat.sha1 b/resources/audio_coding/neteq_network_stats.dat.sha1
index e02ad84..d4c5b4d 100644
--- a/resources/audio_coding/neteq_network_stats.dat.sha1
+++ b/resources/audio_coding/neteq_network_stats.dat.sha1
@@ -1 +1 @@
-e3c189b500d92fd0f10cb4c770c298cee7008749
\ No newline at end of file
+e7dc65d958a3495298d38111906f622397eb6c65
\ No newline at end of file