| Index: chrome/browser/base_history_model.cc
|
| ===================================================================
|
| --- chrome/browser/base_history_model.cc (revision 8567)
|
| +++ chrome/browser/base_history_model.cc (working copy)
|
| @@ -23,9 +23,9 @@
|
| BaseHistoryModel::BaseHistoryModel(Profile* profile)
|
| : profile_(profile),
|
| observer_(NULL),
|
| - is_search_results_(false),
|
| thumbnails_(kThumbnailCacheSize),
|
| - favicons_(kThumbnailCacheSize) {
|
| + favicons_(kThumbnailCacheSize),
|
| + is_search_results_(false) {
|
| if (!kDefaultFavicon) {
|
| kDefaultFavicon = ResourceBundle::GetSharedInstance().
|
| GetBitmapNamed(IDR_DEFAULT_FAVICON);
|
|
|