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

Unified Diff: content/browser/appcache/appcache_group.cc

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 | « content/browser/appcache/appcache_group.h ('k') | content/browser/appcache/appcache_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_group.cc
diff --git a/content/browser/appcache/appcache_group.cc b/content/browser/appcache/appcache_group.cc
index ce6d873638bd3b3d43b5a87aa2b3dc7cd00d4573..4e16e7faad6874710d9cfcc7acce495ee28dd986 100644
--- a/content/browser/appcache/appcache_group.cc
+++ b/content/browser/appcache/appcache_group.cc
@@ -222,7 +222,7 @@ void AppCacheGroup::RunQueuedUpdates() {
// static
bool AppCacheGroup::FindObserver(
const UpdateObserver* find_me,
- const ObserverList<UpdateObserver>& observer_list) {
+ const base::ObserverList<UpdateObserver>& observer_list) {
return observer_list.HasObserver(find_me);
}
« no previous file with comments | « content/browser/appcache/appcache_group.h ('k') | content/browser/appcache/appcache_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698