| Index: chrome/browser/plugins/plugin_finder.cc
|
| diff --git a/chrome/browser/plugins/plugin_finder.cc b/chrome/browser/plugins/plugin_finder.cc
|
| index a8097cf3240711236fbe83ee455ff5a1037f3874..65370a48b6a35c440d6acc02442df913a8e9a5a5 100644
|
| --- a/chrome/browser/plugins/plugin_finder.cc
|
| +++ b/chrome/browser/plugins/plugin_finder.cc
|
| @@ -54,7 +54,7 @@ static string16 GetGroupName(const webkit::WebPluginInfo& plugin) {
|
| #if defined(OS_POSIX)
|
| return UTF8ToUTF16(path);
|
| #elif defined(OS_WIN)
|
| - return WideToUTF16(path);
|
| + return base::WideToUTF16(path);
|
| #endif
|
| }
|
|
|
|
|