| Index: chrome/common/instant_types.h
|
| diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
|
| index 065837469b6068367e8ea294be011f15e7d6ca77..329cf3fe0aa9f632b8fadc010e22e6056c6f424f 100644
|
| --- a/chrome/common/instant_types.h
|
| +++ b/chrome/common/instant_types.h
|
| @@ -125,6 +125,7 @@ struct ThemeBackgroundInfo {
|
|
|
| struct InstantMostVisitedItem {
|
| InstantMostVisitedItem();
|
| + InstantMostVisitedItem(const InstantMostVisitedItem& other);
|
| ~InstantMostVisitedItem();
|
|
|
| // The URL of the Most Visited item.
|
|
|