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_universal_new.rtp.sha1 b/resources/audio_coding/neteq_universal_new.rtp.sha1
index f08a979..f6ac5a3 100644
--- a/resources/audio_coding/neteq_universal_new.rtp.sha1
+++ b/resources/audio_coding/neteq_universal_new.rtp.sha1
@@ -1 +1 @@
-8dd7585937f1f3b17666035a7aec5c0431d4b30b
\ No newline at end of file
+4449f4acd6ea7e87c42a04d36805f1594a227693
\ No newline at end of file