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

Unified Diff: ash/common/wm/switchable_windows.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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/common/wm/switchable_windows.cc
diff --git a/ash/common/wm/switchable_windows.cc b/ash/common/wm/switchable_windows.cc
index dab5b3b36b5a3214be250fcfa8dfe4576b57fcdc..5560560126fbe5052434eb1a404687ab66371fb0 100644
--- a/ash/common/wm/switchable_windows.cc
+++ b/ash/common/wm/switchable_windows.cc
@@ -5,7 +5,7 @@
#include "ash/common/wm/switchable_windows.h"
#include "ash/common/shell_window_ids.h"
-#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm_window.h"
namespace ash {
namespace wm {
@@ -18,7 +18,7 @@ const int kSwitchableWindowContainerIds[] = {
const size_t kSwitchableWindowContainerIdsLength =
arraysize(kSwitchableWindowContainerIds);
-bool IsSwitchableContainer(const wm::WmWindow* window) {
+bool IsSwitchableContainer(const WmWindow* window) {
if (!window)
return false;
const int shell_window_id = window->GetShellWindowId();

Powered by Google App Engine
This is Rietveld 408576698