summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/omnibox_popup_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/omnibox/omnibox_popup_model.cc')
-rw-r--r--chrome/browser/ui/omnibox/omnibox_popup_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/omnibox/omnibox_popup_model.cc b/chrome/browser/ui/omnibox/omnibox_popup_model.cc
index 2f782cd..d7d88ba 100644
--- a/chrome/browser/ui/omnibox/omnibox_popup_model.cc
+++ b/chrome/browser/ui/omnibox/omnibox_popup_model.cc
@@ -106,7 +106,7 @@ void OmniboxPopupModel::SetSelectedLine(size_t line,
// Update the edit with the new data for this match.
// TODO(pkasting): If |selected_line_| moves to the controller, this can be
// eliminated and just become a call to the observer on the edit.
- string16 keyword;
+ base::string16 keyword;
bool is_keyword_hint;
match.GetKeywordUIState(edit_model_->profile(), &keyword, &is_keyword_hint);