| Index: content/browser/appcache/appcache_storage_impl_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_storage_impl_unittest.cc b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| index 9d815d54d7c78c71373ef56f68078bd6c2d8a8ab..2df597bfbc6aee40cb1d465e2a4eeb3eda179742 100644
|
| --- a/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| @@ -96,7 +96,7 @@ class MockHttpServer {
|
| return new net::URLRequestErrorJob(request, network_delegate, -100);
|
|
|
| std::string headers, body;
|
| - GetMockResponse(request->url().path(), &headers, &body);
|
| + GetMockResponse(request->url().path().as_string(), &headers, &body);
|
| return new net::URLRequestTestJob(
|
| request, network_delegate, headers, body, true);
|
| }
|
|
|