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

Unified Diff: testing/gmock_mutant.h

Issue 8879028: Remove MessageLoop::QuitTask() from testing/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « testing/generate_gmock_mutant.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
// }
// };
« no previous file with comments | « testing/generate_gmock_mutant.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698