diff options
Diffstat (limited to 'content/shell/android/shell_library_loader.cc')
-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" |