| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index fab0f957b29710343f83d4ed2e6b5efcc319ece7..3370c784c14d6bf53c8618eac0ea5673b9bcb73f 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/common/instant_types.h"
|
|
|
| class GURL;
|
| class Profile;
|
| @@ -241,11 +240,6 @@ 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_
|
|
|