| Index: chrome/browser/base_history_model.cc
|
| diff --git a/chrome/browser/base_history_model.cc b/chrome/browser/base_history_model.cc
|
| index eda43c08c648e07c6faf77e94facb301aee57aa0..cce49238b8afd974ff56ad2fba7257b4f698b5df 100644
|
| --- a/chrome/browser/base_history_model.cc
|
| +++ b/chrome/browser/base_history_model.cc
|
| @@ -23,9 +23,9 @@ const int BaseHistoryModel::kHistoryScopeMonths = 18;
|
| BaseHistoryModel::BaseHistoryModel(Profile* profile)
|
| : profile_(profile),
|
| observer_(NULL),
|
| + is_search_results_(false),
|
| thumbnails_(kThumbnailCacheSize),
|
| - favicons_(kThumbnailCacheSize),
|
| - is_search_results_(false) {
|
| + favicons_(kThumbnailCacheSize) {
|
| if (!kDefaultFavicon) {
|
| kDefaultFavicon = ResourceBundle::GetSharedInstance().
|
| GetBitmapNamed(IDR_DEFAULT_FAVICON);
|
|
|