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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.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/chrome_launcher_controller_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
index 149d599721609eb57b9d5fad36bf1061ddfcbeaf..8456a5b10c77e9fc519913702041db3064ab8e37 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
@@ -216,7 +216,7 @@ class TestV2AppLauncherItemController : public LauncherItemController {
return items.Pass();
}
virtual ui::MenuModel* CreateContextMenu(
- aura::RootWindow* root_window) OVERRIDE { return NULL; }
+ aura::Window* root_window) OVERRIDE { return NULL; }
virtual ash::LauncherMenuModel* CreateApplicationMenu(
int event_flags) OVERRIDE { return NULL; }
virtual bool IsDraggable() OVERRIDE { return false; }

Powered by Google App Engine
This is Rietveld 408576698