| Index: testing/gmock_mutant.h
 | 
| diff --git a/testing/gmock_mutant.h b/testing/gmock_mutant.h
 | 
| index 6049d1d2927a512ce432a8ce206452c6d4198784..f8491192cc77b238f2322ed5716f4a4fddda06b4 100644
 | 
| --- a/testing/gmock_mutant.h
 | 
| +++ b/testing/gmock_mutant.h
 | 
| @@ -48,7 +48,8 @@
 | 
|  //
 | 
|  //   void QuitMessageLoop(int seconds) {
 | 
|  //     base::MessageLoop* loop = base::MessageLoop::current();
 | 
| -//     loop->PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(),
 | 
| +//     loop->PostDelayedTask(FROM_HERE,
 | 
| +//                           base::MessageLoop::QuitWhenIdleClosure(),
 | 
|  //                           1000 * seconds);
 | 
|  //   }
 | 
|  // };
 | 
| 
 |