| Index: content/components/navigation_interception/intercept_navigation_resource_throttle.h
|
| diff --git a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.h b/content/components/navigation_interception/intercept_navigation_resource_throttle.h
|
| similarity index 80%
|
| rename from chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.h
|
| rename to content/components/navigation_interception/intercept_navigation_resource_throttle.h
|
| index b8076633c1f9f3d8f580ae90ecd6dac5a3323927..742f696ec8e15a81275c204282f2323596a2243a 100644
|
| --- a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.h
|
| +++ b/content/components/navigation_interception/intercept_navigation_resource_throttle.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_COMPONENT_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
| -#define CHROME_BROWSER_COMPONENT_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
| +#ifndef CONTENT_COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
| +#define CONTENT_COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
|
|
| #include <string>
|
|
|
| @@ -22,7 +22,7 @@ namespace net {
|
| class URLRequest;
|
| }
|
|
|
| -namespace navigation_interception {
|
| +namespace content {
|
|
|
| // This class allows the provider of the Callback to selectively ignore top
|
| // level navigations.
|
| @@ -54,6 +54,6 @@ class InterceptNavigationResourceThrottle : public content::ResourceThrottle {
|
| DISALLOW_COPY_AND_ASSIGN(InterceptNavigationResourceThrottle);
|
| };
|
|
|
| -} // namespace navigation_interception
|
| +} // namespace content
|
|
|
| -#endif // CHROME_BROWSER_COMPONENT_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
| +#endif // CONTENT_COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_
|
|
|