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

Unified Diff: ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 years, 8 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: ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc
diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc b/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc
index cfd7f1b5f4de4187142ae3d6f363c370ba3107dc..8564086eddc92f84d3c2913d84f72c9f498defb2 100644
--- a/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc
+++ b/ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc
@@ -10,9 +10,9 @@
#include "ash/screen_util.h"
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shell.h"
-#include "ash/switchable_windows.h"
#include "ash/test/ash_test_base.h"
#include "ash/test/shell_test_api.h"
+#include "ash/wm/common/switchable_windows.h"
#include "ash/wm/common/window_state.h"
#include "ash/wm/common/wm_event.h"
#include "ash/wm/maximize_mode/maximize_mode_controller.h"
@@ -134,8 +134,7 @@ class MaximizeModeWindowManagerTest : public test::AshTestBase {
if (!can_resize)
window->SetProperty(aura::client::kCanResizeKey, false);
aura::Window* container = Shell::GetContainer(
- Shell::GetPrimaryRootWindow(),
- kSwitchableWindowContainerIds[0]);
+ Shell::GetPrimaryRootWindow(), wm::kSwitchableWindowContainerIds[0]);
container->AddChild(window);
return window;
}

Powered by Google App Engine
This is Rietveld 408576698