| Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| index ba014f10c341626ca90dd9f38cf8cbbb7ed86e2d..92c0f7786bd7b586ee3654e9946f811ecb77eef1 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| @@ -107,9 +107,7 @@ class AutocompleteEditViewGtk : public AutocompleteEditView,
|
| virtual bool IsEditingOrEmpty() const;
|
| virtual int GetIcon() const;
|
|
|
| - virtual void SetUserText(const std::wstring& text) {
|
| - SetUserText(text, text, true);
|
| - }
|
| + virtual void SetUserText(const std::wstring& text);
|
| virtual void SetUserText(const std::wstring& text,
|
| const std::wstring& display_text,
|
| bool update_popup);
|
|
|