| Index: content/child/resource_dispatcher_unittest.cc
 | 
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
 | 
| index 86dc17fe71a5cf456fa62f8af8c184660c5eb986..3e427ca3356b47352d0bca41c759fabd135d6014 100644
 | 
| --- a/content/child/resource_dispatcher_unittest.cc
 | 
| +++ b/content/child/resource_dispatcher_unittest.cc
 | 
| @@ -16,6 +16,7 @@
 | 
|  #include "content/child/request_extra_data.h"
 | 
|  #include "content/child/request_info.h"
 | 
|  #include "content/child/resource_dispatcher.h"
 | 
| +#include "content/common/appcache_interfaces.h"
 | 
|  #include "content/common/resource_messages.h"
 | 
|  #include "content/common/service_worker/service_worker_types.h"
 | 
|  #include "content/public/child/request_peer.h"
 | 
| @@ -24,7 +25,6 @@
 | 
|  #include "net/http/http_response_headers.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  #include "webkit/child/resource_loader_bridge.h"
 | 
| -#include "webkit/common/appcache/appcache_interfaces.h"
 | 
|  
 | 
|  using webkit_glue::ResourceLoaderBridge;
 | 
|  
 | 
| @@ -331,7 +331,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
 | 
|      request_info.load_flags = 0;
 | 
|      request_info.requestor_pid = 0;
 | 
|      request_info.request_type = ResourceType::SUB_RESOURCE;
 | 
| -    request_info.appcache_host_id = appcache::kAppCacheNoHostId;
 | 
| +    request_info.appcache_host_id = kAppCacheNoHostId;
 | 
|      request_info.routing_id = 0;
 | 
|      request_info.download_to_file = download_to_file;
 | 
|      RequestExtraData extra_data;
 | 
| 
 |