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

Unified Diff: chrome/browser/jumplist.h

Issue 348035: Use FilePath in JumpList. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/jumplist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jumplist.h
===================================================================
--- chrome/browser/jumplist.h (revision 30667)
+++ chrome/browser/jumplist.h (working copy)
@@ -15,6 +15,7 @@
#include "chrome/browser/history/history.h"
#include "chrome/browser/sessions/tab_restore_service.h"
+class FilePath;
class Profile;
class PageUsageData;
@@ -170,7 +171,7 @@
Profile* profile_;
// The directory which contains JumpList icons.
- std::wstring icon_dir_;
+ FilePath icon_dir_;
// Items in the "Most Visited" category of the application JumpList.
ShellLinkItemList most_visited_pages_;
« no previous file with comments | « no previous file | chrome/browser/jumplist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698