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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/ash/launcher/arc_app_deferred_launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
index 3cc371db5e84aac170244b222306243ec0c27d00..a46c37397419482871e6d2e163acd5f42626352e 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
@@ -35,7 +35,7 @@ ArcAppDeferredLauncherItemController::ItemSelected(const ui::Event& event) {
base::string16 ArcAppDeferredLauncherItemController::GetTitle() {
ArcAppListPrefs* arc_prefs =
- ArcAppListPrefs::Get(launcher_controller()->GetProfile());
+ ArcAppListPrefs::Get(launcher_controller()->profile());
DCHECK(arc_prefs);
std::unique_ptr<ArcAppListPrefs::AppInfo> app_info = arc_prefs->GetApp(
ArcAppWindowLauncherController::GetArcAppIdFromShelfAppId(app_id()));

Powered by Google App Engine
This is Rietveld 408576698