summaryrefslogtreecommitdiffstats
path: root/ui/app_list/views/app_list_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app_list/views/app_list_view.h')
-rw-r--r--ui/app_list/views/app_list_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 27e6e8a..6c3dfc7 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -181,7 +181,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
// open.
views::View* overlay_view_;
- ObserverList<AppListViewObserver> observers_;
+ base::ObserverList<AppListViewObserver> observers_;
scoped_ptr<HideViewAnimationObserver> animation_observer_;
// For UMA and testing. If non-null, triggered when the app list is painted.