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

Unified Diff: components/update_client/update_client_internal.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/undo/undo_manager.h ('k') | components/user_manager/user_manager_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_client_internal.h
diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h
index 0ace88230e405e40a5b948fc06106f1675a8adc3..74041a06baf45b82a6c4076c3992bf6515c1501a 100644
--- a/components/update_client/update_client_internal.h
+++ b/components/update_client/update_client_internal.h
@@ -75,7 +75,7 @@ class UpdateClientImpl : public UpdateClient {
scoped_ptr<PingManager> ping_manager_;
scoped_ptr<UpdateEngine> update_engine_;
- ObserverList<Observer> observer_list_;
+ base::ObserverList<Observer> observer_list_;
// Used to post responses back to the main thread.
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
« no previous file with comments | « components/undo/undo_manager.h ('k') | components/user_manager/user_manager_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698