Index: testing/gmock_mutant.h |
diff --git a/testing/gmock_mutant.h b/testing/gmock_mutant.h |
index 7e991f0b64a62ed6ec6eebe9db76769164d4945c..20a2495ec328870befb724786e35f6929b7c169f 100644 |
--- a/testing/gmock_mutant.h |
+++ b/testing/gmock_mutant.h |
@@ -48,7 +48,7 @@ |
// |
// void QuitMessageLoop(int seconds) { |
// MessageLoop* loop = MessageLoop::current(); |
-// loop->PostDelayedTask(FROM_HERE, new MessageLoop::QuitTask, |
+// loop->PostDelayedTask(FROM_HERE, MessageLoop::QuitClosure(), |
// 1000 * seconds); |
// } |
// }; |