| Index: webkit/tools/test_shell/simple_appcache_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
|
| index 0ffbeeb57c191874451c952867f60d6ff3338671..10abaaeed281145ad06574ca6a7a05d8f20d4182 100644
|
| --- a/webkit/tools/test_shell/simple_appcache_system.cc
|
| +++ b/webkit/tools/test_shell/simple_appcache_system.cc
|
| @@ -436,7 +436,7 @@ WebApplicationCacheHost* SimpleAppCacheSystem::CreateCacheHostForWebKit(
|
| }
|
|
|
| void SimpleAppCacheSystem::SetExtraRequestBits(
|
| - URLRequest* request, int host_id, ResourceType::Type resource_type) {
|
| + net::URLRequest* request, int host_id, ResourceType::Type resource_type) {
|
| if (is_initialized()) {
|
| DCHECK(is_io_thread());
|
| AppCacheInterceptor::SetExtraRequestInfo(
|
| @@ -445,7 +445,7 @@ void SimpleAppCacheSystem::SetExtraRequestBits(
|
| }
|
|
|
| void SimpleAppCacheSystem::GetExtraResponseBits(
|
| - URLRequest* request, int64* cache_id, GURL* manifest_url) {
|
| + net::URLRequest* request, int64* cache_id, GURL* manifest_url) {
|
| if (is_initialized()) {
|
| DCHECK(is_io_thread());
|
| AppCacheInterceptor::GetExtraResponseInfo(
|
|
|