Chromium Code Reviews| Index: content/public/test/test_utils.h |
| =================================================================== |
| --- content/public/test/test_utils.h (revision 147965) |
| +++ content/public/test/test_utils.h (working copy) |
| @@ -41,8 +41,8 @@ |
| // Hand this closure off to code that uses callbacks to notify completion. |
| // Example: |
| // scoped_refptr<MessageLoopRunner> runner = new MessageLoopRunner; |
| - // kick_off_some_api(runner.QuitNowClosure()); |
| - // runner.Run(); |
| + // kick_off_some_api(runner->QuitClosure()); |
| + // runner->Run(); |
| base::Closure QuitClosure(); |
| private: |