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

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

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: content/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
diff --git a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc b/content/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
similarity index 98%
rename from chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
rename to content/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
index f26053abb646f7ecbda8d0b99b2eb0f5dfde5397..8ecad8f06a3917541f1ec7e2bad1e8a01af5a137 100644
--- a/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
+++ b/content/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
@@ -7,8 +7,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
#include "base/synchronization/waitable_event.h"
-#include "chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
+#include "content/components/navigation_interception/intercept_navigation_resource_throttle.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/resource_context.h"
#include "content/public/browser/resource_controller.h"
@@ -25,7 +25,6 @@
#include "testing/gtest/include/gtest/gtest.h"
using namespace content;
-using namespace navigation_interception;
using namespace ::testing;
namespace {

Powered by Google App Engine
This is Rietveld 408576698