| Index: content/browser/appcache/appcache_update_job.cc
|
| diff --git a/content/browser/appcache/appcache_update_job.cc b/content/browser/appcache/appcache_update_job.cc
|
| index 0913b911fe2aa20da9eb7c3024346d3dbe3990ac..d612dc0add91cc4b9157917a755428cd6034da66 100644
|
| --- a/content/browser/appcache/appcache_update_job.cc
|
| +++ b/content/browser/appcache/appcache_update_job.cc
|
| @@ -435,7 +435,7 @@ void AppCacheUpdateJob::StartUpdate(AppCacheHost* host,
|
| DCHECK(!new_master_resource.has_ref());
|
| DCHECK(new_master_resource.GetOrigin() == manifest_url_.GetOrigin());
|
|
|
| - if (ContainsKey(failed_master_entries_, new_master_resource))
|
| + if (base::ContainsKey(failed_master_entries_, new_master_resource))
|
| return;
|
|
|
| // Cannot add more to this update if already terminating.
|
|
|