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

Unified Diff: components/search_engines/template_url_service.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
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
« no previous file with comments | « components/renderer_context_menu/render_view_context_menu_base.h ('k') | components/search_provider_logos/logo_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698