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

Unified Diff: base/test/mock_log.cc

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 months 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/mock_log.cc
diff --git a/base/test/mock_log.cc b/base/test/mock_log.cc
index fa511d44d08645e4f45b8cc33622205239441c1f..a09000d8ed7f9e3080ff06a64cb060c76fa591f6 100644
--- a/base/test/mock_log.cc
+++ b/base/test/mock_log.cc
@@ -56,7 +56,7 @@ bool MockLog::LogMessageHandler(int severity,
size_t message_start,
const std::string& str) {
// gMock guarantees thread-safety for calling a mocked method
- // (https://code.google.com/p/googlemock/wiki/CookBook#Using_Google_Mock_and_Threads)
+ // (https://github.com/google/googlemock/blob/master/googlemock/docs/CookBook.md#using-google-mock-and-threads)
// but we also need to make sure that Start/StopCapturingLogs are synchronized
// with LogMessageHandler.
AutoLock scoped_lock(g_lock);
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698