Index: content/browser/loader/sync_resource_handler.cc |
=================================================================== |
--- content/browser/loader/sync_resource_handler.cc (working copy) |
+++ content/browser/loader/sync_resource_handler.cc (working copy) |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/renderer_host/sync_resource_handler.h" |
+#include "content/browser/loader/sync_resource_handler.h" |
#include "base/logging.h" |
#include "content/browser/debugger/devtools_netlog_observer.h" |
-#include "content/browser/renderer_host/resource_dispatcher_host_impl.h" |
-#include "content/browser/renderer_host/resource_message_filter.h" |
+#include "content/browser/loader/resource_dispatcher_host_impl.h" |
+#include "content/browser/loader/resource_message_filter.h" |
#include "content/common/resource_messages.h" |
#include "content/public/browser/global_request_id.h" |
#include "content/public/browser/resource_dispatcher_host_delegate.h" |