| Index: ui/app_list/views/search_box_view.h
|
| diff --git a/ui/app_list/views/search_box_view.h b/ui/app_list/views/search_box_view.h
|
| index 69a1d4c3237e357308cb951738db387457ca78bf..bab315080a130465ebf4354a13d7b25d6665096d 100644
|
| --- a/ui/app_list/views/search_box_view.h
|
| +++ b/ui/app_list/views/search_box_view.h
|
| @@ -82,6 +82,7 @@ class APP_LIST_EXPORT SearchBoxView : public views::View,
|
| gfx::Size GetPreferredSize() const override;
|
| bool OnMouseWheel(const ui::MouseWheelEvent& event) override;
|
| void OnEnabledChanged() override;
|
| + const char* GetClassName() const override;
|
|
|
| private:
|
| // Updates model text and selection model with current Textfield info.
|
|
|