Index: chrome/browser/autocomplete/history_contents_provider.h |
=================================================================== |
--- chrome/browser/autocomplete/history_contents_provider.h (revision 27013) |
+++ chrome/browser/autocomplete/history_contents_provider.h (working copy) |
@@ -23,6 +23,12 @@ |
public: |
HistoryContentsProvider(ACProviderListener* listener, Profile* profile) |
: AutocompleteProvider(listener, profile, "HistoryContents"), |
+ star_title_count_(0), |
+ star_contents_count_(0), |
+ title_count_(0), |
+ contents_count_(0), |
+ input_type_(AutocompleteInput::INVALID), |
+ trim_http_(false), |
have_results_(false) { |
} |