diff options
Diffstat (limited to 'content/browser/plugin_data_remover_impl_browsertest.cc')
-rw-r--r-- | content/browser/plugin_data_remover_impl_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_data_remover_impl_browsertest.cc b/content/browser/plugin_data_remover_impl_browsertest.cc index c8cfbc02..a087cf4 100644 --- a/content/browser/plugin_data_remover_impl_browsertest.cc +++ b/content/browser/plugin_data_remover_impl_browsertest.cc @@ -49,7 +49,7 @@ IN_PROC_BROWSER_TEST_F(PluginDataRemoverTest, RemoveData) { base::WaitableEvent* event = plugin_data_remover.StartRemoving(base::Time()); watcher.StartWatching(event, this); - ui_test_utils::RunMessageLoop(); + content::RunMessageLoop(); } } // namespace content |