| 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);
|
| // }
|
| // };
|
|
|