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

Unified Diff: components/favicon/core/favicon_driver.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
« no previous file with comments | « components/enhanced_bookmarks/enhanced_bookmark_model.h ('k') | components/gcm_driver/gcm_driver_desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/favicon_driver.h
diff --git a/components/favicon/core/favicon_driver.h b/components/favicon/core/favicon_driver.h
index a030845a67228c6c0c20a804a214eca6cbdd8192..fbd4c6e341a3de19958f58011d55f415b56ea45c 100644
--- a/components/favicon/core/favicon_driver.h
+++ b/components/favicon/core/favicon_driver.h
@@ -115,7 +115,7 @@ class FaviconDriver {
virtual void NotifyFaviconUpdated(bool icon_url_changed);
private:
- ObserverList<FaviconDriverObserver> observer_list_;
+ base::ObserverList<FaviconDriverObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(FaviconDriver);
};
« no previous file with comments | « components/enhanced_bookmarks/enhanced_bookmark_model.h ('k') | components/gcm_driver/gcm_driver_desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698