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

Unified Diff: ash/common/wm/maximize_mode/maximize_mode_window_state.cc

Issue 2108223002: Moves handful of classes in ash/wm/maximize_mode to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_window_manager
Patch Set: remove extraneous 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/maximize_mode/maximize_mode_window_state.cc
diff --git a/ash/wm/maximize_mode/maximize_mode_window_state.cc b/ash/common/wm/maximize_mode/maximize_mode_window_state.cc
similarity index 98%
rename from ash/wm/maximize_mode/maximize_mode_window_state.cc
rename to ash/common/wm/maximize_mode/maximize_mode_window_state.cc
index 850b1fe16f2e493dea44ac04fc97c0f9414fe481..32805d7943d5055869d14009e295718fed37f9b5 100644
--- a/ash/wm/maximize_mode/maximize_mode_window_state.cc
+++ b/ash/common/wm/maximize_mode/maximize_mode_window_state.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/maximize_mode/maximize_mode_window_state.h"
+#include "ash/common/wm/maximize_mode/maximize_mode_window_state.h"
#include <utility>
#include "ash/common/shell_window_ids.h"
+#include "ash/common/wm/maximize_mode/maximize_mode_window_manager.h"
#include "ash/common/wm/window_animation_types.h"
#include "ash/common/wm/window_state_util.h"
#include "ash/common/wm/wm_event.h"
#include "ash/common/wm/wm_screen_util.h"
#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
-#include "ash/wm/maximize_mode/maximize_mode_window_manager.h"
#include "ui/compositor/layer.h"
#include "ui/gfx/geometry/rect.h"
« no previous file with comments | « ash/common/wm/maximize_mode/maximize_mode_window_state.h ('k') | ash/common/wm/maximize_mode/workspace_backdrop_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698