| Index: ui/app_list/search_result.h
|
| diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
|
| index 69c9db40ca0eb83de7b64bea8c0543fcfce65603..a09e186d10c9de462d85e99ef3702fa6ed5a4f86 100644
|
| --- a/ui/app_list/search_result.h
|
| +++ b/ui/app_list/search_result.h
|
| @@ -195,7 +195,7 @@ class APP_LIST_EXPORT SearchResult {
|
| bool is_installing_;
|
| int percent_downloaded_;
|
|
|
| - ObserverList<SearchResultObserver> observers_;
|
| + base::ObserverList<SearchResultObserver> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SearchResult);
|
| };
|
|
|