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

Unified Diff: chrome/browser/ui/ash/accelerator_commands_browsertest.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 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/accelerator_commands_browsertest.cc
diff --git a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
index 3484b646f8f0dcbb30643113f86f48dda4ca9b09..bb8a461dde7b8b748e3adf0174e12337b75a98c2 100644
--- a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
+++ b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
@@ -5,8 +5,8 @@
#include "ash/common/accelerators/accelerator_commands.h"
#include "ash/accelerators/accelerator_commands_aura.h"
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/wm/window_state.h"
+#include "ash/common/wm_window.h"
#include "ash/shell.h"
#include "ash/wm/window_state_aura.h"
#include "base/command_line.h"
@@ -74,7 +74,7 @@ IN_PROC_BROWSER_TEST_F(AcceleratorCommandsBrowserTest, ToggleMaximized) {
// When in fullscreen accelerators::ToggleMaximized gets out of fullscreen.
EXPECT_FALSE(window_state->IsFullscreen());
Browser* browser = chrome::FindBrowserWithWindow(
- ash::WmWindowAura::GetAuraWindow(window_state->window()));
+ ash::WmWindow::GetAuraWindow(window_state->window()));
ASSERT_TRUE(browser);
chrome::ToggleFullscreenMode(browser);
EXPECT_TRUE(window_state->IsFullscreen());
@@ -140,7 +140,7 @@ IN_PROC_BROWSER_TEST_P(AcceleratorCommandsFullscreenBrowserTest,
// 2) ToggleFullscreen() should have no effect on windows which cannot be
// maximized.
- ash::WmWindowAura::GetAuraWindow(window_state->window())
+ ash::WmWindow::GetAuraWindow(window_state->window())
->SetProperty(aura::client::kResizeBehaviorKey,
ui::mojom::kResizeBehaviorNone);
ash::accelerators::ToggleFullscreen();
« no previous file with comments | « chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698