| Index: chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| diff --git a/chrome/browser/renderer_host/intercept_navigation_resource_throttle_unittest.cc b/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/renderer_host/intercept_navigation_resource_throttle_unittest.cc
|
| rename to chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| index c2e76931e56a3c9c1e88446abeb225891aae47ca..b04df4854597a7cd8a5375625d1b6bad3cf6d1f5 100644
|
| --- a/chrome/browser/renderer_host/intercept_navigation_resource_throttle_unittest.cc
|
| +++ b/chrome/browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| @@ -6,15 +6,15 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| -#include "chrome/browser/renderer_host/intercept_navigation_resource_throttle.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/public/browser/render_process_host.h"
|
| #include "content/public/browser/resource_context.h"
|
| +#include "content/public/browser/resource_controller.h"
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "content/public/browser/resource_dispatcher_host_delegate.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| #include "content/public/browser/resource_throttle.h"
|
| -#include "content/public/browser/resource_controller.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "content/public/test/mock_resource_context.h"
|
| @@ -47,7 +47,7 @@ class MockInterceptCallbackReceiver {
|
| MOCK_METHOD4(ShouldIgnoreNavigation, bool(RenderViewHost* source,
|
| const GURL& url,
|
| const content::Referrer& referrer,
|
| - bool is_content_initiated));
|
| + bool has_user_gesture));
|
| };
|
|
|
| // MockResourceController -----------------------------------------------------
|
|
|