| Index: android_webview/native/cookie_manager.h
|
| diff --git a/android_webview/native/cookie_manager.h b/android_webview/native/cookie_manager.h
|
| index 897a051033835d300c68806f7af7bfe963c0f11f..a953509228d2cc8f1ccd57f716450ad97216f277 100644
|
| --- a/android_webview/native/cookie_manager.h
|
| +++ b/android_webview/native/cookie_manager.h
|
| @@ -14,11 +14,10 @@ class URLRequestContext;
|
| namespace android_webview {
|
| class AwURLRequestJobFactory;
|
|
|
| -void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context,
|
| - AwURLRequestJobFactory* job_factory);
|
| +void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context);
|
|
|
| bool RegisterCookieManager(JNIEnv* env);
|
|
|
| -} // namespace android_webview;
|
| +} // namespace android_webview
|
|
|
| #endif // ANDROID_WEBVIEW_NATIVE_COOKIE_MANAGER_H_
|
|
|