Index: components/navigation_interception/intercept_navigation_resource_throttle.cc |
diff --git a/content/components/navigation_interception/intercept_navigation_resource_throttle.cc b/components/navigation_interception/intercept_navigation_resource_throttle.cc |
similarity index 97% |
rename from content/components/navigation_interception/intercept_navigation_resource_throttle.cc |
rename to components/navigation_interception/intercept_navigation_resource_throttle.cc |
index daf93a61173021590b1aed2c1fc6344bdead30d8..e587b8bc933149f828c1f31fc2ab5310f0cf399e 100644 |
--- a/content/components/navigation_interception/intercept_navigation_resource_throttle.cc |
+++ b/components/navigation_interception/intercept_navigation_resource_throttle.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/components/navigation_interception/intercept_navigation_resource_throttle.h" |
+#include "components/navigation_interception/intercept_navigation_resource_throttle.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/child_process_security_policy.h" |
-#include "content/public/browser/render_view_host.h" |
#include "content/public/browser/render_process_host.h" |
-#include "content/public/browser/resource_request_info.h" |
+#include "content/public/browser/render_view_host.h" |
#include "content/public/browser/resource_controller.h" |
+#include "content/public/browser/resource_request_info.h" |
#include "content/public/common/page_transition_types.h" |
#include "content/public/common/referrer.h" |
#include "net/url_request/url_request.h" |