Index: content/browser/plugin_service_impl.cc |
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc |
index 2023b93e606ecf76485339a159e3edd5c8e7c256..ff8aed466ff09936407f95a742f806f7cd6a8e6c 100644 |
--- a/content/browser/plugin_service_impl.cc |
+++ b/content/browser/plugin_service_impl.cc |
@@ -581,7 +581,7 @@ string16 PluginServiceImpl::GetPluginDisplayNameByPath( |
void PluginServiceImpl::GetPlugins(const GetPluginsCallback& callback) { |
scoped_refptr<base::MessageLoopProxy> target_loop( |
- MessageLoop::current()->message_loop_proxy()); |
+ base::MessageLoop::current()->message_loop_proxy()); |
if (LoadPluginListInProcess()) { |
BrowserThread::GetBlockingPool()-> |