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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 2765563002: Move and rename Chrome's AppLauncherId to ash::AppLaunchId. (Closed)
Patch Set: Add example commment. Created 3 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
« no previous file with comments | « chrome/browser/ui/ash/app_launcher_id.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index c83d8d08e29f67bf89d4c9652d6a5b7106de4776..aa17dcef271d44c93ab775d410ab85c8fdd5977f 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -127,7 +127,7 @@ void AppListControllerDelegateAsh::LaunchApp(
AppListSource source,
int event_flags) {
ChromeLauncherController::instance()->LaunchApp(
- ash::AppLauncherId(extension->id()), AppListSourceToLaunchSource(source),
+ ash::AppLaunchId(extension->id()), AppListSourceToLaunchSource(source),
event_flags);
DismissView();
}
« no previous file with comments | « chrome/browser/ui/ash/app_launcher_id.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698