summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/jumplist_win.h')
-rw-r--r--chrome/browser/jumplist_win.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
index 401b541..d4865ab 100644
--- a/chrome/browser/jumplist_win.h
+++ b/chrome/browser/jumplist_win.h
@@ -21,10 +21,14 @@
#include "content/public/browser/browser_thread.h"
#include "third_party/skia/include/core/SkBitmap.h"
+namespace base {
+class FilePath;
+}
+
namespace content {
class NotificationRegistrar;
}
-class FilePath;
+
class Profile;
class PageUsageData;
@@ -222,7 +226,7 @@ class JumpList : public TabRestoreServiceObserver,
std::wstring app_id_;
// The directory which contains JumpList icons.
- FilePath icon_dir_;
+ base::FilePath icon_dir_;
// Items in the "Most Visited" category of the application JumpList,
// protected by the list_lock_.