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

Unified Diff: chrome/browser/extensions/extension_resource_protocols.cc

Issue 780713002: Fix remaining WeakPtrFactory ordering problems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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/local_discovery/service_discovery_client_mdns.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_resource_protocols.cc
diff --git a/chrome/browser/extensions/extension_resource_protocols.cc b/chrome/browser/extensions/extension_resource_protocols.cc
index 92c8b2129150e5e11a25680d99d5abd64467899f..c24b53ff6b0522b7049363569faba1afdede7802 100644
--- a/chrome/browser/extensions/extension_resource_protocols.cc
+++ b/chrome/browser/extensions/extension_resource_protocols.cc
@@ -43,10 +43,10 @@ class ExtensionResourcesJob : public net::URLRequestFileJob {
void ResolvePathDone(const base::FilePath& resolved_path);
private:
- base::WeakPtrFactory<ExtensionResourcesJob> weak_ptr_factory_;
-
base::ThreadChecker thread_checker_;
+ base::WeakPtrFactory<ExtensionResourcesJob> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionResourcesJob);
};
« no previous file with comments | « no previous file | chrome/browser/local_discovery/service_discovery_client_mdns.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698