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 f0b4ead..37672ee 100644 --- a/content/browser/plugin_data_remover_impl_browsertest.cc +++ b/content/browser/plugin_data_remover_impl_browsertest.cc @@ -25,7 +25,7 @@ class PluginDataRemoverTest : public ContentBrowserTest { PluginDataRemoverTest() {} void OnWaitableEventSignaled(base::WaitableEvent* waitable_event) { - MessageLoop::current()->Quit(); + base::MessageLoop::current()->Quit(); } virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |