diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_contents_provider.h')
-rw-r--r-- | chrome/browser/autocomplete/history_contents_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_contents_provider.h b/chrome/browser/autocomplete/history_contents_provider.h index 5bee112..504df3f 100644 --- a/chrome/browser/autocomplete/history_contents_provider.h +++ b/chrome/browser/autocomplete/history_contents_provider.h @@ -84,7 +84,7 @@ class HistoryContentsProvider : public HistoryProvider { bool have_results_; // Current query string. - string16 query_; + std::wstring query_; DISALLOW_COPY_AND_ASSIGN(HistoryContentsProvider); }; |