Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: chrome/common/chrome_constants.cc

Issue 2846383002: Improve JumpList icon folders' naming style (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/chrome_constants.h ('K') | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« chrome/common/chrome_constants.h ('K') | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698