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

Unified Diff: chrome/browser/extensions/updater/local_extension_cache.h

Issue 846153005: Move WeakPtrFactory member to the end of LocalExtensionCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/extensions/updater/local_extension_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/updater/local_extension_cache.h
diff --git a/chrome/browser/extensions/updater/local_extension_cache.h b/chrome/browser/extensions/updater/local_extension_cache.h
index 68f3109ad230ecdaa804348abed723365f51b6c6..70999ddc134059f3b0329ade2bc1773314743a88 100644
--- a/chrome/browser/extensions/updater/local_extension_cache.h
+++ b/chrome/browser/extensions/updater/local_extension_cache.h
@@ -195,12 +195,12 @@ class LocalExtensionCache {
// This contains info about all cached extensions.
CacheMap cached_extensions_;
- // Weak factory for callbacks from the backend and delayed tasks.
- base::WeakPtrFactory<LocalExtensionCache> weak_ptr_factory_;
-
// Delay between polling cache status.
base::TimeDelta cache_status_polling_delay_;
+ // Weak factory for callbacks from the backend and delayed tasks.
+ base::WeakPtrFactory<LocalExtensionCache> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(LocalExtensionCache);
};
« no previous file with comments | « no previous file | chrome/browser/extensions/updater/local_extension_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698