Index: ui/app_list/speech_ui_model.h |
diff --git a/ui/app_list/speech_ui_model.h b/ui/app_list/speech_ui_model.h |
index 353796d1ef76d3595a937cd563758a8b35cfaacc..9ee7e86d6c4e96758eba7be4c08da7a247b0735e 100644 |
--- a/ui/app_list/speech_ui_model.h |
+++ b/ui/app_list/speech_ui_model.h |
@@ -52,7 +52,7 @@ class APP_LIST_EXPORT SpeechUIModel { |
int16 minimum_sound_level_; |
int16 maximum_sound_level_; |
- ObserverList<SpeechUIModelObserver> observers_; |
+ base::ObserverList<SpeechUIModelObserver> observers_; |
DISALLOW_COPY_AND_ASSIGN(SpeechUIModel); |
}; |