| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index c99457d636cee5990feaa1f9d362f64754b133b6..470ab8bc5c26ff68d5baf871e4e441e7c617687d 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -608,8 +608,6 @@ struct Images {
|
| // scoped_refptr<base::RefCountedBytes> favicon;
|
| };
|
|
|
| -typedef std::vector<MostVisitedURL> MostVisitedURLList;
|
| -
|
| struct MostVisitedURLWithRank {
|
| MostVisitedURL url;
|
| int rank;
|
|
|