Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2224)

Unified Diff: content/components/navigation_interception/intercept_navigation_resource_throttle.cc

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add findbugs suppression for compatibility code. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698