Revert "Temporarily suppress unused-lambda-capture warning warning"

Bug: http://b/38232827

This reverts commit f320c0cf71af274e34404746d4303e6a2452e2d6.

Reason for revert: The warning seems to have been fixed.

Change-Id: I5687c79fc936d39c18c4b3b1f3b9bf68da0245a4
diff --git a/Android.bp b/Android.bp
index 500b602..e4f3934 100644
--- a/Android.bp
+++ b/Android.bp
@@ -87,11 +87,6 @@
         "-Wno-unused-function",
         "-Wno-unused-variable",
     ],
-
-    clang_cflags: [
-        // Temporarily suppress the warnings http://b/38232827
-        "-Wno-error=unused-lambda-capture",
-    ],
 }
 
 libchromeCommonSrc = [