| Index: trunk/src/content/child/appcache/web_application_cache_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/child/appcache/web_application_cache_host_impl.cc (revision 289319)
|
| +++ trunk/src/content/child/appcache/web_application_cache_host_impl.cc (working copy)
|
| @@ -167,7 +167,7 @@
|
|
|
| std::string method = request.httpMethod().utf8();
|
| is_get_method_ = (method == kHttpGETMethod);
|
| - DCHECK(method == base::StringToUpperASCII(method));
|
| + DCHECK(method == StringToUpperASCII(method));
|
|
|
| const WebApplicationCacheHostImpl* spawning_host_impl =
|
| static_cast<const WebApplicationCacheHostImpl*>(spawning_host);
|
|
|