Index: content/browser/plugin_data_remover_impl_browsertest.cc |
diff --git a/content/browser/plugin_data_remover_impl_browsertest.cc b/content/browser/plugin_data_remover_impl_browsertest.cc |
index f0b4ead66f8193dd8e3528a2a6aa88ab06bd1c79..37672eef9477f6370930d73b7f3f4dcf27946290 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 { |