Index: chrome/test/base/web_ui_browser_test_browsertest.cc |
diff --git a/chrome/test/base/web_ui_browser_test_browsertest.cc b/chrome/test/base/web_ui_browser_test_browsertest.cc |
index 1e13265e7b083c314aab6dc8c9b35a39a251b9d9..165b4d0362c28e7023d62057ee1760c021b2cdf4 100644 |
--- a/chrome/test/base/web_ui_browser_test_browsertest.cc |
+++ b/chrome/test/base/web_ui_browser_test_browsertest.cc |
@@ -21,7 +21,7 @@ |
using content::WebUIMessageHandler; |
// According to the interface for EXPECT_FATAL_FAILURE |
-// (http://code.google.com/p/googletest/wiki/AdvancedGuide#Catching_Failures) |
+// (https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#catching-failures) |
// the statement must be statically available. Therefore, we make a static |
// global s_test_ which should point to |this| for the duration of the test run |
// and be cleared afterward. |