Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: tools/clang/scripts/update_iwyu.sh

Issue 8772015: Make as many URLs as possible be HTTPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/scripts/update.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update_iwyu.sh
===================================================================
--- tools/clang/scripts/update_iwyu.sh (revision 112530)
+++ tools/clang/scripts/update_iwyu.sh (working copy)
@@ -21,7 +21,7 @@
IWYU_DIR="${LLVM_DIR}"/tools/clang/tools/include-what-you-use
# Check out.
-svn co --force http://include-what-you-use.googlecode.com/svn/trunk/ \
+svn co --force https://include-what-you-use.googlecode.com/svn/trunk/ \
"${IWYU_DIR}"
# Build iwyu.
« no previous file with comments | « tools/clang/scripts/update.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698