Index: content/browser/loader/resource_dispatcher_host_unittest.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc |
index a815032ac6f5a1d1f40267691243911f2578bf8b..f10df94e44027f10c51ae3638c097b6a0a329e55 100644 |
--- a/content/browser/loader/resource_dispatcher_host_unittest.cc |
+++ b/content/browser/loader/resource_dispatcher_host_unittest.cc |
@@ -32,6 +32,7 @@ |
#include "content/public/browser/resource_dispatcher_host_delegate.h" |
#include "content/public/browser/resource_request_info.h" |
#include "content/public/browser/resource_throttle.h" |
+#include "content/public/common/appcache_interfaces.h" |
#include "content/public/common/process_type.h" |
#include "content/public/common/resource_response.h" |
#include "content/public/test/test_browser_context.h" |
@@ -50,7 +51,6 @@ |
#include "net/url_request/url_request_test_job.h" |
#include "net/url_request/url_request_test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "webkit/common/appcache/appcache_interfaces.h" |
#include "webkit/common/blob/shareable_file_reference.h" |
// TODO(eroman): Write unit tests for SafeBrowsing that exercise |
@@ -139,7 +139,7 @@ static ResourceHostMsg_Request CreateResourceRequest( |
request.origin_pid = 0; |
request.resource_type = type; |
request.request_context = 0; |
- request.appcache_host_id = appcache::kAppCacheNoHostId; |
+ request.appcache_host_id = kAppCacheNoHostId; |
request.download_to_file = false; |
request.is_main_frame = true; |
request.parent_is_main_frame = false; |
@@ -662,7 +662,7 @@ class TestResourceDispatcherHostDelegate |
virtual void RequestBeginning( |
net::URLRequest* request, |
ResourceContext* resource_context, |
- appcache::AppCacheService* appcache_service, |
+ AppCacheService* appcache_service, |
ResourceType::Type resource_type, |
int child_id, |
int route_id, |