Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2858)

Unified Diff: android_webview/native/aw_quota_manager_bridge_impl.h

Issue 509453002: android_webview : Class member variable WeakPtrFactory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « android_webview/browser/shared_renderer_state.cc ('k') | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698