| Index: android_webview/native/aw_quota_manager_bridge_impl.h
|
| diff --git a/android_webview/native/aw_quota_manager_bridge_impl.h b/android_webview/native/aw_quota_manager_bridge_impl.h
|
| index 184f8c0175419b58d844a5881a6a0d6f1e461bd8..b327df1e96ab8b4cbaccfe2dfe65727b7e526922 100644
|
| --- a/android_webview/native/aw_quota_manager_bridge_impl.h
|
| +++ b/android_webview/native/aw_quota_manager_bridge_impl.h
|
| @@ -77,10 +77,11 @@ class AwQuotaManagerBridgeImpl : public AwQuotaManagerBridge {
|
| void QuotaUsageCallbackImpl(
|
| int jcallback_id, bool is_quota, int64 usage, int64 quota);
|
|
|
| - base::WeakPtrFactory<AwQuotaManagerBridgeImpl> weak_factory_;
|
| AwBrowserContext* browser_context_;
|
| JavaObjectWeakGlobalRef java_ref_;
|
|
|
| + base::WeakPtrFactory<AwQuotaManagerBridgeImpl> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AwQuotaManagerBridgeImpl);
|
| };
|
|
|
|
|