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

Unified Diff: components/navigation_interception/intercept_navigation_resource_throttle.cc

Issue 11830043: Move content/components/navigation_interception to src/components (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 11 months 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: 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 96%
rename from content/components/navigation_interception/intercept_navigation_resource_throttle.cc
rename to components/navigation_interception/intercept_navigation_resource_throttle.cc
index daf93a61173021590b1aed2c1fc6344bdead30d8..5f7c090fb116469ffac904f48006d76270bcc429 100644
--- a/content/components/navigation_interception/intercept_navigation_resource_throttle.cc
+++ b/components/navigation_interception/intercept_navigation_resource_throttle.cc
@@ -2,25 +2,26 @@
// 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"
using content::BrowserThread;
using content::ChildProcessSecurityPolicy;
+using content::PageTransition;
using content::Referrer;
using content::RenderViewHost;
using content::ResourceRequestInfo;
-namespace content {
+namespace components {
namespace {
@@ -134,4 +135,4 @@ void InterceptNavigationResourceThrottle::OnResultObtained(
}
}
-} // namespace content
+} // namespace components

Powered by Google App Engine
This is Rietveld 408576698