| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 71edeefb245ec8e14bf9385d1b36277f0d9cf478..40b3f9cb24e2303f5414979f4f502a31f619effc 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -150,7 +150,7 @@ bool MakePepperFlashPluginInfo(const base::FilePath& flash_path,
|
| plugin_info->permissions = kPepperFlashPermissions;
|
|
|
| // The description is like "Shockwave Flash 10.2 r154".
|
| - plugin_info->description = StringPrintf("%s %d.%d r%d",
|
| + plugin_info->description = base::StringPrintf("%s %d.%d r%d",
|
| kFlashPluginName, ver_nums[0], ver_nums[1], ver_nums[2]);
|
|
|
| plugin_info->version = flash_version.GetString();
|
|
|