| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index 84f8fadf52600f05df8c4453bca21099cd4bb4eb..e8931da1fcbc381def79021252401cf8a383cb94 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/jumplist_win.h
|
| @@ -33,7 +33,6 @@ namespace content {
|
| class NotificationRegistrar;
|
| }
|
|
|
| -class PageUsageData;
|
| class PrefChangeRegistrar;
|
| class Profile;
|
|
|
| @@ -42,7 +41,6 @@ class Profile;
|
| // JumpList:
|
| // * Retrieving "Most Visited" pages from HistoryService;
|
| // * Retrieving strings from the application resource;
|
| -// * Creating COM objects used by JumpList from PageUsageData objects;
|
| // * Adding COM objects to JumpList, etc.
|
| //
|
| // This class observes the tabs and policies of the given Profile and updates
|
|
|