Index: chrome/common/chrome_constants.h |
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
index a0c67803c3454c2ea3d7a67e1b1f084d17ef4abd..00e26d057d5365b85ff47c1875c5c0f4578e8860 100644 |
--- a/chrome/common/chrome_constants.h |
+++ b/chrome/common/chrome_constants.h |
@@ -72,7 +72,7 @@ extern const base::FilePath::CharType kThemePackFilename[]; |
extern const base::FilePath::CharType kWebAppDirname[]; |
#if defined(OS_WIN) |
-extern const base::FilePath::CharType kJumpListIconDirname[]; |
+extern const base::FilePath::StringType kJumpListIconDirname; |
grt (UTC plus 2)
2017/05/01 09:22:56
this must remain a CharType array since introducin
chengx
2017/05/03 05:47:01
Done. I've reverted the changes in chrome_constant
|
#endif |
// File name of the Pepper Flash plugin on different platforms. |