| Index: content/components/navigation_interception/intercept_navigation_resource_throttle.cc
|
| diff --git a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.cc b/content/components/navigation_interception/intercept_navigation_resource_throttle.cc
|
| similarity index 95%
|
| rename from chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.cc
|
| rename to content/components/navigation_interception/intercept_navigation_resource_throttle.cc
|
| index 33101759efa0266c2c8367aa0f5e5d6356edbab4..579d373ea10e33e59c7fbcd4a3ded180f1473bb8 100644
|
| --- a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.cc
|
| +++ b/content/components/navigation_interception/intercept_navigation_resource_throttle.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.h"
|
| +#include "content/components/navigation_interception/intercept_navigation_resource_throttle.h"
|
|
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/child_process_security_policy.h"
|
| @@ -19,7 +19,7 @@ using content::Referrer;
|
| using content::RenderViewHost;
|
| using content::ResourceRequestInfo;
|
|
|
| -namespace navigation_interception {
|
| +namespace content {
|
|
|
| namespace {
|
|
|
| @@ -119,4 +119,4 @@ void InterceptNavigationResourceThrottle::OnResultObtained(
|
| }
|
| }
|
|
|
| -} // namespace navigation_interception
|
| +} // namespace content
|
|
|