| Index: chrome/browser/net/connection_tester.cc
|
| diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc
|
| index c28fca1d16f9bd9584f389739a65db6b1ce30cf3..4a7d56e7ab9d6e499d9de3653939d575ff8fc015 100644
|
| --- a/chrome/browser/net/connection_tester.cc
|
| +++ b/chrome/browser/net/connection_tester.cc
|
| @@ -388,7 +388,7 @@ void ConnectionTester::TestRunner::OnResponseCompleted(
|
| // Post a task to notify the parent rather than handling it right away,
|
| // to avoid re-entrancy problems with URLRequest. (Don't want the caller
|
| // to end up deleting the URLRequest while in the middle of processing).
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&TestRunner::OnExperimentCompletedWithResult,
|
| weak_factory_.GetWeakPtr(), result));
|
|
|