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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_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/chrome_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index 2558c415aef968863a02c4ef4e65ed6db5ff24f0..1ee0afb06f7cf6248c2d757d09bb32c81d2c4604 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -36,7 +36,7 @@ void ChromeLauncherController::Init() {
OnInit();
}
-void ChromeLauncherController::LaunchApp(ash::launcher::AppLauncherId id,
+void ChromeLauncherController::LaunchApp(ash::AppLauncherId id,
ash::LaunchSource source,
int event_flags) {
launcher_controller_helper_->LaunchApp(id, source, event_flags);

Powered by Google App Engine
This is Rietveld 408576698