Roll smhasher from r148 to r149.

r149: Add required 'inline' keyword to FORCE_INLINE macros.

This should help fix some build problems with certain GCC versions such as
4.8.0.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/14797008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199785 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index d314321..2a710d2 100644
--- a/DEPS
+++ b/DEPS
@@ -291,7 +291,7 @@
     (Var("googlecode_url") % "libyuv") + "/trunk@682",
 
   "src/third_party/smhasher/src":
-    (Var("googlecode_url") % "smhasher") + "/trunk@148",
+    (Var("googlecode_url") % "smhasher") + "/trunk@149",
 
   "src/third_party/libphonenumber/src/phonenumbers":
      (Var("googlecode_url") % "libphonenumber") +