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

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

Issue 2765563002: Move and rename Chrome's AppLauncherId to ash::AppLaunchId. (Closed)
Patch Set: Add example commment. Created 3 years, 9 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 53f40f28201ee28f41b8179c383e35c1d8fbe22e..cf9b74eeec4e51b7911e2be3156073711d2c2200 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -8,10 +8,10 @@
#include <memory>
#include <string>
+#include "ash/public/cpp/app_launch_id.h"
#include "ash/public/cpp/shelf_types.h"
#include "base/macros.h"
#include "base/strings/string16.h"
-#include "chrome/browser/ui/ash/app_launcher_id.h"
#include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
class ArcAppListPrefs;
@@ -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::AppLauncherId id,
+ void LaunchApp(ash::AppLaunchId id,
ash::ShelfLaunchSource source,
int event_flags);

Powered by Google App Engine
This is Rietveld 408576698