| Index: components/search_engines/template_url_service.h
|
| diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
|
| index 299ec0b25eb025b8ad7f968d1aa1bd4b38307bf0..bd1724605caecaae0ba83073740380e55d88ee83 100644
|
| --- a/components/search_engines/template_url_service.h
|
| +++ b/components/search_engines/template_url_service.h
|
| @@ -646,7 +646,7 @@ class TemplateURLService : public WebDataServiceConsumer,
|
|
|
| TemplateURLVector template_urls_;
|
|
|
| - ObserverList<TemplateURLServiceObserver> model_observers_;
|
| + base::ObserverList<TemplateURLServiceObserver> model_observers_;
|
|
|
| // Maps from host to set of TemplateURLs whose search url host is host.
|
| // NOTE: This is always non-NULL; we use a scoped_ptr<> to avoid circular
|
|
|