| 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 321f4677d55d2e544cf663c1f2b84ca46a386b87..1ee0fb7959758e08cc1cbeb2d3a6c5a6ac642c5c 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 == StringToUpperASCII(method));
|
| + DCHECK(method == base::StringToUpperASCII(method));
|
|
|
| const WebApplicationCacheHostImpl* spawning_host_impl =
|
| static_cast<const WebApplicationCacheHostImpl*>(spawning_host);
|
|
|