| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 27e6e8abe23a070c2303dcb5632595e55e145fd3..6c3dfc768959625648573b7099b8bfbc6bc7fbc7 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.
|
|
|