summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 18:58:32 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 18:58:32 +0000
commit38a5a94af83f5feb6aaee50dabc40ba7034b863f (patch)
treec261e80fe0ef39a2ac663de184d750574decf91d /chrome/browser/jumplist.h
parent20239df9d0639a19600526804f7d4e673fe25e61 (diff)
downloadchromium_src-38a5a94af83f5feb6aaee50dabc40ba7034b863f.zip
chromium_src-38a5a94af83f5feb6aaee50dabc40ba7034b863f.tar.gz
chromium_src-38a5a94af83f5feb6aaee50dabc40ba7034b863f.tar.bz2
Use FilePath in JumpList.
BUG=24672 TEST=Compiles Patch by Thiago Farina <thiago.farina@gmail.com>. Review URL: http://codereview.chromium.org/348035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/jumplist.h')
-rw-r--r--chrome/browser/jumplist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/jumplist.h b/chrome/browser/jumplist.h
index 0a8fbb2..ed28eed 100644
--- a/chrome/browser/jumplist.h
+++ b/chrome/browser/jumplist.h
@@ -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 @@ class JumpList : public TabRestoreService::Observer {
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_;