From 8812e3d07c527b8fd43e4bb27b6a4c886bb888b5 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 22 May 2013 12:38:53 +0000 Subject: components: Move navigation_interception into navigation_interception namespace. BUG=238221 R=joi@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/15402004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201493 0039d316-1c4b-4281-b951-d872f2087c98 --- .../navigation_interception/intercept_navigation_resource_throttle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/navigation_interception/intercept_navigation_resource_throttle.h') diff --git a/components/navigation_interception/intercept_navigation_resource_throttle.h b/components/navigation_interception/intercept_navigation_resource_throttle.h index ab19556..012cd568 100644 --- a/components/navigation_interception/intercept_navigation_resource_throttle.h +++ b/components/navigation_interception/intercept_navigation_resource_throttle.h @@ -21,7 +21,7 @@ namespace net { class URLRequest; } -namespace components { +namespace navigation_interception { class NavigationParams; @@ -54,6 +54,6 @@ class InterceptNavigationResourceThrottle : public content::ResourceThrottle { DISALLOW_COPY_AND_ASSIGN(InterceptNavigationResourceThrottle); }; -} // namespace components +} // namespace navigation_interception #endif // COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_RESOURCE_THROTTLE_H_ -- cgit v1.1