| Index: android_webview/native/aw_settings.h
|
| diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
|
| index d30b157ef47af4aca6d92456486d1cf57e429cca..141320dfc539b1ad835162ec5c4fe532be70ff86 100644
|
| --- a/android_webview/native/aw_settings.h
|
| +++ b/android_webview/native/aw_settings.h
|
| @@ -24,7 +24,7 @@ class AwSettings : public content::WebContentsObserver {
|
| public:
|
| static AwSettings* FromWebContents(content::WebContents* web_contents);
|
|
|
| - AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
|
| + AwSettings(JNIEnv* env, jobject obj, content::WebContents* web_contents);
|
| virtual ~AwSettings();
|
|
|
| // Called from Java. Methods with "Locked" suffix require that the settings
|
|
|