Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: ui/app_list/speech_ui_model.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698