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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl.h

Issue 572853002: Realigning the WeakPtrFactory initialization order in chrome/ui folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mac error 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: chrome/browser/ui/app_list/app_list_service_impl.h
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
index f0f3c2eec3e69dd6e8d27b75c091915f5cd48e31..b319819c5891c1bfc52cd21247fe3ab74b9fdc55 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -87,11 +87,12 @@ class AppListServiceImpl : public AppListService,
const base::FilePath& profile_path) OVERRIDE;
scoped_ptr<ProfileStore> profile_store_;
- base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
base::CommandLine command_line_;
PrefService* local_state_;
scoped_ptr<ProfileLoader> profile_loader_;
+ base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(AppListServiceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698