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

Unified Diff: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.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
Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
index 872431e887a3eb67c9640a09de4965e9a7f8b73c..495d79bba6d55bdb4027ba6ce8b1afba0af35c67 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
@@ -108,9 +108,8 @@ AppShortcutLauncherItemController::Activate(ash::LaunchSource source) {
// Launching some items replaces this item controller instance, which
// destroys the app and launch id strings; making copies avoid crashes.
- launcher_controller()->LaunchApp(
- ash::launcher::AppLauncherId(app_id(), launch_id()), source,
- ui::EF_NONE);
+ launcher_controller()->LaunchApp(ash::AppLauncherId(app_id(), launch_id()),
+ source, ui::EF_NONE);
return kNewWindowCreated;
}
return ActivateContent(content);
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.h ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698