| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| index 4dff4ef94972c3e1b15071a3b09074c5c0095a08..af71dd45aeb703a903c0fe22bffbf989afff3896 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -270,7 +270,7 @@ class OmniboxEditModel {
|
| // or the currently selected keyword if |is_keyword_hint| is false (see
|
| // comments on keyword_ and is_keyword_hint_).
|
| void OnPopupDataChanged(
|
| - const string16& text,
|
| + const string16 text,
|
| GURL* destination_for_temporary_text_change,
|
| const string16& keyword,
|
| bool is_keyword_hint);
|
|
|