| 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 c7328b39960ef1ec976bed0fe54af2549edf6739..7be7ee45b07c898b105ee16b9c72cd13ec4352ad 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.cc
|
| +++ b/content/child/appcache/web_application_cache_host_impl.cc
|
| @@ -167,7 +167,7 @@ void WebApplicationCacheHostImpl::willStartMainResourceRequest(
|
|
|
| std::string method = request.httpMethod().utf8();
|
| is_get_method_ = (method == kHttpGETMethod);
|
| - DCHECK(method == base::StringToUpperASCII(method));
|
| + DCHECK(method == base::ToUpperASCII(method));
|
|
|
| const WebApplicationCacheHostImpl* spawning_host_impl =
|
| static_cast<const WebApplicationCacheHostImpl*>(spawning_host);
|
|
|