Modify the smhasher deps to be able to use the mirror if present.
Review URL: http://codereview.chromium.org/7871002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101093 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 57727a4..4e2a426 100644
--- a/DEPS
+++ b/DEPS
@@ -275,7 +275,7 @@
     (Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
 
   "src/third_party/smhasher/src":
-    "http://smhasher.googlecode.com/svn/trunk@136",
+    (Var("googlecode_url") % "smhasher") + "/trunk@136",
 }