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

Unified Diff: ash/shell/window_type_launcher.cc

Issue 11316287: Move WindowModalityController to CoreWm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/shell.cc ('k') | ash/test/capture_tracking_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/window_type_launcher.cc
===================================================================
--- ash/shell/window_type_launcher.cc (revision 170620)
+++ ash/shell/window_type_launcher.cc (working copy)
@@ -14,7 +14,6 @@
#include "ash/shell_window_ids.h"
#include "ash/system/status_area_widget.h"
#include "ash/system/web_notification/web_notification_tray.h"
-#include "ash/test/child_modal_window.h"
#include "base/bind.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
@@ -29,6 +28,7 @@
#include "ui/views/corewm/shadow_types.h"
#include "ui/views/examples/examples_window_with_content.h"
#include "ui/views/layout/grid_layout.h"
+#include "ui/views/test/child_modal_window.h"
#include "ui/views/widget/widget.h"
using views::MenuItemView;
@@ -322,7 +322,7 @@
ModalWindow::OpenModalWindow(GetWidget()->GetNativeView(),
ui::MODAL_TYPE_WINDOW);
} else if (sender == child_modal_button_) {
- ash::test::CreateChildModalParent();
+ views::test::CreateChildModalParent();
} else if (sender == transient_button_) {
NonModalTransient::OpenNonModalTransient(GetWidget()->GetNativeView());
} else if (sender == show_hide_window_button_) {
« no previous file with comments | « ash/shell.cc ('k') | ash/test/capture_tracking_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698