summaryrefslogtreecommitdiffstats
path: root/chrome/browser/base_history_model.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 18:03:29 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 18:03:29 +0000
commit569b1106f62d531c11f857f08961f41efe2b272e (patch)
treec9a4d93a65b16317604e544854f5ee9a15751896 /chrome/browser/base_history_model.cc
parent423bd5b84aee7a02b62e4e4d8a83d7df6c0943d9 (diff)
downloadchromium_src-569b1106f62d531c11f857f08961f41efe2b272e.zip
chromium_src-569b1106f62d531c11f857f08961f41efe2b272e.tar.gz
chromium_src-569b1106f62d531c11f857f08961f41efe2b272e.tar.bz2
Porting in chrome/
Review URL: http://codereview.chromium.org/18446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/base_history_model.cc')
-rw-r--r--chrome/browser/base_history_model.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/base_history_model.cc b/chrome/browser/base_history_model.cc
index eda43c0..cce4923 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);