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

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

Issue 2680423003: Reduce namespaces for ash::launcher::AppLauncherId (Closed)
Patch Set: Created 3 years, 10 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 e9b7012846475bd1b647c29440c74c48248931f7..72ecf33f3798b525853e8c7a48919d6b5ae21de2 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,8 +127,8 @@ void AppListControllerDelegateAsh::LaunchApp(
AppListSource source,
int event_flags) {
ChromeLauncherController::instance()->LaunchApp(
- ash::launcher::AppLauncherId(extension->id()),
- AppListSourceToLaunchSource(source), event_flags);
+ ash::AppLauncherId(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