Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index 09644d64cce082426ca5c8ae0c9124d6d51b02ce..865e558bcff17439f86184e7838b9ff8bbae367a 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -68,6 +68,7 @@ |
#include "content/public/browser/resource_throttle.h" |
#include "content/public/browser/stream_handle.h" |
#include "content/public/browser/user_metrics.h" |
+#include "content/public/common/appcache_interfaces.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/process_type.h" |
#include "ipc/ipc_message_macros.h" |
@@ -94,7 +95,6 @@ |
#include "webkit/browser/blob/blob_url_request_job_factory.h" |
#include "webkit/browser/fileapi/file_permission_policy.h" |
#include "webkit/browser/fileapi/file_system_context.h" |
-#include "webkit/common/appcache/appcache_interfaces.h" |
#include "webkit/common/blob/shareable_file_reference.h" |
using base::Time; |