| Index: content/child/appcache/web_application_cache_host_impl.cc
|
| diff --git a/content/child/appcache/web_application_cache_host_impl.cc b/content/child/appcache/web_application_cache_host_impl.cc
|
| index 3442fc0b78dfc40349ac408c479b3cfae077c697..1493304b4d658a47e450d43a1c36c58a2dfd6a3e 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.cc
|
| +++ b/content/child/appcache/web_application_cache_host_impl.cc
|
| @@ -34,7 +34,7 @@ const char* const kEventNames[] = {
|
| "UpdateReady", "Cached", "Obsolete"
|
| };
|
|
|
| -typedef IDMap<WebApplicationCacheHostImpl> HostsMap;
|
| +using HostsMap = IDMap<WebApplicationCacheHostImpl*>;
|
|
|
| HostsMap* all_hosts() {
|
| static HostsMap* map = new HostsMap;
|
|
|