diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 18:23:18 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 18:23:18 +0000 |
commit | e97b25c21c29373be42c47fe708e4f8c7be6c7b7 (patch) | |
tree | 0de4e61817cfa30652866c8d66028e79b89f0d59 /content/shell | |
parent | c5983c61c5c4a0383161883775ec2cfeb44d4a3c (diff) | |
download | chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.zip chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.tar.gz chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.tar.bz2 |
Fixed the dependency.
- Moved the content_jni_registrar.{h|cc} and library_loader_hooks.cc to content/app/android/
- Moved the android_library_loader_hooks.h to content/public/app/
Those files execute the common tasks for all processes and should belong to content/app/.
BUG=
TEST=
TBR=jrg
Review URL: https://chromiumcodereview.appspot.com/10444113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/android/shell_library_loader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/android/shell_library_loader.cc b/content/shell/android/shell_library_loader.cc index 0775a970..39a84ce 100644 --- a/content/shell/android/shell_library_loader.cc +++ b/content/shell/android/shell_library_loader.cc @@ -7,8 +7,8 @@ #include "base/logging.h" #include "base/android/jni_android.h" #include "base/android/jni_registrar.h" +#include "content/public/app/android_library_loader_hooks.h" #include "content/public/app/content_main_runner.h" -#include "content/public/browser/android_library_loader_hooks.h" #include "content/shell/shell_main_delegate.h" #include "content/shell/android/shell_manager.h" #include "content/shell/android/shell_view.h" |