| 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 155a384f8f33870a1c94796d74441724dd86cad8..c126849b8dc4112655ef7c9c813c28c5c9bb85b5 100644
 | 
| --- a/webkit/tools/test_shell/simple_appcache_system.cc
 | 
| +++ b/webkit/tools/test_shell/simple_appcache_system.cc
 | 
| @@ -386,7 +386,8 @@ void SimpleAppCacheSystem::InitOnUIThread(const FilePath& cache_directory) {
 | 
|    cache_directory_ = cache_directory;
 | 
|  }
 | 
|  
 | 
| -void SimpleAppCacheSystem::InitOnIOThread(URLRequestContext* request_context) {
 | 
| +void SimpleAppCacheSystem::InitOnIOThread(
 | 
| +    net::URLRequestContext* request_context) {
 | 
|    if (!is_initailized_on_ui_thread())
 | 
|      return;
 | 
|  
 | 
| 
 |