diff options
Diffstat (limited to 'content/browser/plugin_data_remover_impl.cc')
-rw-r--r-- | content/browser/plugin_data_remover_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc index 79e291f..31d3e27 100644 --- a/content/browser/plugin_data_remover_impl.cc +++ b/content/browser/plugin_data_remover_impl.cc @@ -208,7 +208,7 @@ class PluginDataRemoverImpl::Context // the browser). #if defined(OS_WIN) base::FilePath plugin_data_path = - profile_path.Append(base::FilePath(UTF8ToUTF16(plugin_name_))); + profile_path.Append(base::FilePath(base::UTF8ToUTF16(plugin_name_))); #else base::FilePath plugin_data_path = profile_path.Append(base::FilePath(plugin_name_)); |