| Index: content/shell/android/shell_manager.h
|
| diff --git a/content/shell/android/shell_manager.h b/content/shell/android/shell_manager.h
|
| index 93ccec4c900cdb427c8670324b3af86bc89ab1ca..e60b8c114559a50286a3d899380c5b6cbd2572a7 100644
|
| --- a/content/shell/android/shell_manager.h
|
| +++ b/content/shell/android/shell_manager.h
|
| @@ -22,7 +22,7 @@ namespace content {
|
| // window. This view holds the controls and content views necessary to
|
| // render a shell window. Returns the java object representing the shell view.
|
| // object.
|
| -jobject CreateShellView(Shell* shell);
|
| +base::android::ScopedJavaLocalRef<jobject> CreateShellView(Shell* shell);
|
|
|
| // Removes a previously created shell view.
|
| void RemoveShellView(jobject shell_view);
|
|
|