| Index: ui/app_list/search_box_model_observer.h
 | 
| diff --git a/ui/app_list/search_box_model_observer.h b/ui/app_list/search_box_model_observer.h
 | 
| index a903dbc03cfedbd4735dea5164e22c56a3f92b2d..b23a5f68e565800511bf471430f403b5743862c8 100644
 | 
| --- a/ui/app_list/search_box_model_observer.h
 | 
| +++ b/ui/app_list/search_box_model_observer.h
 | 
| @@ -11,9 +11,6 @@ namespace app_list {
 | 
|  
 | 
|  class APP_LIST_EXPORT SearchBoxModelObserver {
 | 
|   public:
 | 
| -  // Invoked when icon is changed.
 | 
| -  virtual void IconChanged() = 0;
 | 
| -
 | 
|    // Invoked when the some properties of the speech recognition button is
 | 
|    // changed.
 | 
|    virtual void SpeechRecognitionButtonPropChanged() = 0;
 | 
| 
 |