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

Unified Diff: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc

Issue 37733003: Make GetRootWindow() return a Window instead of a RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First cut for review/trybots Created 7 years, 2 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/browser_shortcut_launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
index 2ee9a09d9f3feb6a5f21a501206afce10a89aa5d..a041af36aff753ac49d2c870c3fda8f57ac302eb 100644
--- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
@@ -235,7 +235,7 @@ string16 BrowserShortcutLauncherItemController::GetTitle() {
}
ui::MenuModel* BrowserShortcutLauncherItemController::CreateContextMenu(
- aura::RootWindow* root_window) {
+ aura::Window* root_window) {
ash::LauncherItem item =
*(launcher_controller()->model()->ItemByID(launcher_id()));
return new LauncherContextMenu(launcher_controller(), &item, root_window);

Powered by Google App Engine
This is Rietveld 408576698