Move navigation interception component to content/components

1. Move C++ source from chrome/browser/component/navigation_interception
   to content/components/navigation_interception.
2. Change the namespace from navigation_interception:: to content::
3. Change Java package from org.chromium.chrome.browser.components.
   navigation_interception to org.chromium.content.components.
   navigation_interception.

I will follow up with another patch to completely remove
chrome/browser/component/navigation_interception once external
dependencies have been updated to use the component at its new
component

BUG=157575

Review URL: https://chromiumcodereview.appspot.com/11293017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@166883 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jknotten@chromium.org 2012-11-09 10:06:13 +00:00
Родитель b59b46199a
Коммит e00a15b016
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,7 @@ M B Nm: The class name org.chromium.android_webview.test.R$attr doesn't start wi
M B Nm: The class name org.chromium.android_webview.test.R$drawable doesn't start with an upper case letter At R.java
M B Nm: The class name org.chromium.android_webview.test.R$raw doesn't start with an upper case letter At R.java
M B Nm: The class name org.chromium.android_webview.test.R$string doesn't start with an upper case letter At R.java
M B Nm: The class name org.chromium.chrome.browser.component.navigation_interception.InterceptNavigationDelegate shadows the simple name of implemented interface org.chromium.content.components.navigation_interception.InterceptNavigationDelegate In InterceptNavigationDelegate.java
M B Nm: The class name org.chromium.chrome.testshell.Manifest$permission doesn't start with an upper case letter At Manifest.java
M B Nm: The class name org.chromium.chrome.testshell.R$attr doesn't start with an upper case letter At R.java
M B Nm: The class name org.chromium.chrome.testshell.R$dimen doesn't start with an upper case letter At R.java