diff options
Diffstat (limited to 'content/shell/shell_android.cc')
-rw-r--r-- | content/shell/shell_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc index a8fea37..242651c 100644 --- a/content/shell/shell_android.cc +++ b/content/shell/shell_android.cc @@ -11,7 +11,7 @@ #include "base/logging.h" #include "base/string_piece.h" #include "content/shell/android/shell_manager.h" -#include "jni/shell_jni.h" +#include "jni/Shell_jni.h" using base::android::AttachCurrentThread; using base::android::ConvertUTF8ToJavaString; |