| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 466f94d3b8f816a61178a9744d9c821857202fbd..3e9a72e0e8218dd31fccc7a6b3773fe6f8111bf4 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -175,7 +175,7 @@ const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
|
| const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
|
|
|
| #if defined(OS_WIN)
|
| -const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
|
| +const base::FilePath::StringType kJumpListIconDirname = FPL("JumpListIcons");
|
| #endif
|
|
|
| // File name of the Pepper Flash plugin on different platforms.
|
|
|