| Index: android_webview/native/js_result_handler.h
|
| diff --git a/android_webview/native/js_result_handler.h b/android_webview/native/js_result_handler.h
|
| index c85b116e1c559841059aaaea9f21295f09c7cddd..4bd478f31bdcf3075e202ddf5ff87492adf20218 100644
|
| --- a/android_webview/native/js_result_handler.h
|
| +++ b/android_webview/native/js_result_handler.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/android/jni_helper.h"
|
| #include "base/android/scoped_java_ref.h"
|
| -#include "content/public/browser/javascript_dialogs.h"
|
| +#include "content/public/browser/javascript_dialog_manager.h"
|
|
|
| namespace android_webview {
|
|
|
| @@ -15,7 +15,7 @@ bool RegisterJsResultHandler(JNIEnv* env);
|
|
|
| base::android::ScopedJavaLocalRef<jobject> createJsResultHandler(
|
| JNIEnv* env,
|
| - const content::JavaScriptDialogCreator::DialogClosedCallback*
|
| + const content::JavaScriptDialogManager::DialogClosedCallback*
|
| native_dialog_pointer);
|
|
|
| } // namespace android_webview
|
|
|