Index: chrome/plugin/plugin_thread.cc |
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc |
index fe9aa02fc05722856b48da968776f7cfdcb70b81..3b7c614d22ed15d222c92ff2bf8bb5914a54704c 100644 |
--- a/chrome/plugin/plugin_thread.cc |
+++ b/chrome/plugin/plugin_thread.cc |
@@ -51,7 +51,7 @@ void PluginThread::Init() { |
notification_service_.reset(new NotificationService); |
// Preload the library to avoid loading, unloading then reloading |
- preloaded_plugin_module_ = NPAPI::PluginLib::LoadNativeLibrary(plugin_path_); |
+ preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path_); |
ChromePluginLib::Create(plugin_path_, GetCPBrowserFuncsForPlugin()); |