summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/plugin_thread.cc')
-rw-r--r--chrome/plugin/plugin_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
index 4fb4454..e9c1ecd 100644
--- a/chrome/plugin/plugin_thread.cc
+++ b/chrome/plugin/plugin_thread.cc
@@ -77,7 +77,7 @@ void PluginThread::Init() {
// Preload the dll to avoid loading, unloading then reloading
preloaded_plugin_module_ = NPAPI::PluginLib::LoadPluginHelper(
- plugin_process_->plugin_path().c_str());
+ plugin_process_->plugin_path());
ChromePluginLib::Create(plugin_process_->plugin_path(),
GetCPBrowserFuncsForPlugin());