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

Unified Diff: chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc

Issue 981893002: Lazily build the app list model. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_set_enabled
Patch Set: Created 5 years, 9 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/test/chrome_app_list_test_support.cc
diff --git a/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc b/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
index bfc943ed38b843e11e5a8cef84abb69793ad0676..0dba08cea16ed6106794b5b0c284d5c0970c5350 100644
--- a/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
+++ b/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
@@ -53,7 +53,7 @@ class CreateProfileHelper {
app_list::AppListModel* GetAppListModel(AppListService* service) {
return app_list::AppListSyncableServiceFactory::GetForProfile(
- service->GetCurrentAppListProfile())->model();
+ service->GetCurrentAppListProfile())->GetModel();
}
AppListService* GetAppListService() {

Powered by Google App Engine
This is Rietveld 408576698