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

Unified Diff: testing/gmock_mutant.h

Issue 14305033: testing: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | 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 158eeb0268a10b83eb8e3723f12c5f47dfcf1980..90d303efec3b583c00ba29259ae7e03b2169c6eb 100644
--- a/testing/gmock_mutant.h
+++ b/testing/gmock_mutant.h
@@ -47,8 +47,8 @@
// }
//
// void QuitMessageLoop(int seconds) {
-// MessageLoop* loop = MessageLoop::current();
-// loop->PostDelayedTask(FROM_HERE, MessageLoop::QuitClosure(),
+// base::MessageLoop* loop = base::MessageLoop::current();
+// loop->PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(),
// 1000 * seconds);
// }
// };
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698