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_; |