Chromium Code Reviews| Index: content/browser/plugin_data_remover_impl_browsertest.cc |
| =================================================================== |
| --- content/browser/plugin_data_remover_impl_browsertest.cc (revision 164795) |
| +++ content/browser/plugin_data_remover_impl_browsertest.cc (working copy) |
| @@ -52,7 +52,7 @@ |
| base::WaitableEvent* event = |
| plugin_data_remover.StartRemoving(base::Time()); |
| watcher.StartWatching(event, this); |
| - content::RunMessageLoop(); |
| + RunMessageLoop(); |
| } |
| } // namespace content |