Chromium Code Reviews| Index: tools/clang/scripts/update.sh |
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh |
| index a708870c0c40faca239af54195f3f4a1c7e09369..570258b045774ca986d0eb12368df4d06b82d549 100755 |
| --- a/tools/clang/scripts/update.sh |
| +++ b/tools/clang/scripts/update.sh |
| @@ -13,7 +13,7 @@ if [[ $ANDROID_SDK_VERSION || $PWD =~ [Aa]ndroid ]]; then |
| # http://crbug.com/156947 |
| CLANG_REVISION=163674 |
| else |
| - CLANG_REVISION=165787 |
| + CLANG_REVISION=167488 |
| fi |
| THIS_DIR="$(dirname "${0}")" |