| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 51d5b7386acf7007e6b01a26dc54553e4a92d0ec..31d94aa422f8014aa6da25c47a3bfbaaf7840f68 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -574,7 +574,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| std::set<const ResourceContext*> active_resource_contexts_;
|
|
|
| typedef std::map<GlobalRequestID,
|
| - ObserverList<ResourceMessageDelegate>*> DelegateMap;
|
| + base::ObserverList<ResourceMessageDelegate>*> DelegateMap;
|
| DelegateMap delegate_map_;
|
|
|
| scoped_ptr<ResourceScheduler> scheduler_;
|
|
|