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

Unified Diff: ash/test/test_shelf_item_delegate.cc

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ozone deps Created 7 years 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
« no previous file with comments | « ash/test/test_shelf_delegate.cc ('k') | ash/wm/always_on_top_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shelf_item_delegate.cc
diff --git a/ash/test/test_shelf_item_delegate.cc b/ash/test/test_shelf_item_delegate.cc
index b09d9d79d44460d3cee9983c11d0fe4c705191b4..ed875312b5fdc74c442d9875d773c59180dcdf6c 100644
--- a/ash/test/test_shelf_item_delegate.cc
+++ b/ash/test/test_shelf_item_delegate.cc
@@ -19,7 +19,7 @@ TestShelfItemDelegate::~TestShelfItemDelegate() {
bool TestShelfItemDelegate::ItemSelected(const ui::Event& event) {
if (window_) {
- if (window_->type() == aura::client::WINDOW_TYPE_PANEL)
+ if (window_->type() == ui::wm::WINDOW_TYPE_PANEL)
wm::MoveWindowToEventRoot(window_, event);
window_->Show();
wm::ActivateWindow(window_);
« no previous file with comments | « ash/test/test_shelf_delegate.cc ('k') | ash/wm/always_on_top_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698