| Index: content/components/navigation_interception/intercept_navigation_delegate.cc
|
| diff --git a/chrome/browser/component/navigation_interception/intercept_navigation_delegate.cc b/content/components/navigation_interception/intercept_navigation_delegate.cc
|
| similarity index 90%
|
| rename from chrome/browser/component/navigation_interception/intercept_navigation_delegate.cc
|
| rename to content/components/navigation_interception/intercept_navigation_delegate.cc
|
| index 3b934fa4f0a338066f1edb7176a61e202893791b..9e1c268c1fb9eb9fc24608733ccd89ed39e26759 100644
|
| --- a/chrome/browser/component/navigation_interception/intercept_navigation_delegate.cc
|
| +++ b/content/components/navigation_interception/intercept_navigation_delegate.cc
|
| @@ -2,17 +2,17 @@
|
| // 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_delegate.h"
|
| +#include "content/components/navigation_interception/intercept_navigation_delegate.h"
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_string.h"
|
| #include "base/callback.h"
|
| -#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/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "jni/InterceptNavigationDelegate_jni.h"
|
| +#include "navigation_interception/jni/InterceptNavigationDelegate_jni.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| using base::android::ConvertUTF8ToJavaString;
|
| @@ -21,7 +21,7 @@ using content::BrowserThread;
|
| using content::RenderViewHost;
|
| using content::WebContents;
|
|
|
| -namespace navigation_interception {
|
| +namespace content {
|
|
|
| namespace {
|
|
|
| @@ -106,4 +106,4 @@ bool RegisterInterceptNavigationDelegate(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|
| -} // namespace navigation_interception
|
| +} // content
|
|
|