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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.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/launcher_controller_helper.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
index 33e64ab86037c6d77678dd14e302822d1fda73e6..03191214c2bd23274a38952a0d3c35a9a8d465f0 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -42,7 +42,7 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
// Note that already running applications are ignored by the restore process.
virtual bool IsValidIDForCurrentUser(const std::string& id) const;
- 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