| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 8d83e3a69eb8c50c1dc716c807b305c8ede29555..aa6f85108481df5cf609bf797b3ca79341f0e2d5 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| +#include "chrome/common/instant_types.h"
|
|
|
| class GURL;
|
| class Profile;
|
| @@ -231,6 +232,11 @@ bool DefaultSearchProviderSupportsInstant(Profile* profile);
|
| // once.
|
| void ResetInstantExtendedOptInStateGateForTest();
|
|
|
| +// Returns true if |items_a| and |items_b| are equal.
|
| +bool AreMostVisitedItemsEqual(
|
| + const std::vector<InstantMostVisitedItem>& items_a,
|
| + const std::vector<InstantMostVisitedItem>& items_b);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_SEARCH_SEARCH_H_
|
|
|