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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 5aa42d462636ab2950b29ea18e54a650d20e8e9b..94c31e4e1ab62a4ae3b7406cc1edc438705c181b 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -137,7 +137,7 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
// Opens a new instance of the application identified by the AppLauncherId.
// Used by the app-list, and by pinned-app shelf items.
- void LaunchApp(ash::launcher::AppLauncherId id,
+ void LaunchApp(ash::AppLauncherId id,
ash::LaunchSource source,
int event_flags);

Powered by Google App Engine
This is Rietveld 408576698