| Index: android_webview/native/cookie_manager.h
|
| diff --git a/android_webview/native/cookie_manager.h b/android_webview/native/cookie_manager.h
|
| index a953509228d2cc8f1ccd57f716450ad97216f277..d1e052294dfa030dff5d984ae5ee89b2aba39cbe 100644
|
| --- a/android_webview/native/cookie_manager.h
|
| +++ b/android_webview/native/cookie_manager.h
|
| @@ -8,13 +8,13 @@
|
| #include <jni.h>
|
|
|
| namespace net {
|
| -class URLRequestContext;
|
| +class CookieMonster;
|
| } // namespace net
|
|
|
| namespace android_webview {
|
| class AwURLRequestJobFactory;
|
|
|
| -void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context);
|
| +void SetCookieMonsterOnNetworkStackInit(net::CookieMonster* cookie_monster);
|
|
|
| bool RegisterCookieManager(JNIEnv* env);
|
|
|
|
|