| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| index ad21e5dc4054a2edf4116245628310001c01fdea..8b4cddcfe4b1dbe8e54f1a82abc67c8ab0464eea 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| @@ -134,7 +134,7 @@ void AppListServiceAsh::ShowAndSwitchToState(
|
|
|
| base::FilePath AppListServiceAsh::GetProfilePath(
|
| const base::FilePath& user_data_dir) {
|
| - return ChromeLauncherController::instance()->profile()->GetPath();
|
| + return ChromeLauncherController::instance()->GetProfile()->GetPath();
|
| }
|
|
|
| void AppListServiceAsh::ShowForProfile(Profile* /*default_profile*/) {
|
| @@ -186,7 +186,7 @@ gfx::NativeWindow AppListServiceAsh::GetAppListWindow() {
|
| }
|
|
|
| Profile* AppListServiceAsh::GetCurrentAppListProfile() {
|
| - return ChromeLauncherController::instance()->profile();
|
| + return ChromeLauncherController::instance()->GetProfile();
|
| }
|
|
|
| AppListControllerDelegate* AppListServiceAsh::GetControllerDelegate() {
|
|
|