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

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

Issue 1891283002: Moves WmTypes to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « ash/wm/common/wm_types.h ('k') | ash/wm/drag_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_types.cc
diff --git a/ash/wm/wm_types.cc b/ash/wm/common/wm_types.cc
similarity index 95%
rename from ash/wm/wm_types.cc
rename to ash/wm/common/wm_types.cc
index 6677faf1498bd179d592e3cf882bc8a603193565..b7ea734130ebbbca4f0247cf6e854d0bd307577a 100644
--- a/ash/wm/wm_types.cc
+++ b/ash/wm/common/wm_types.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/wm_types.h"
+#include "ash/wm/common/wm_types.h"
#include "base/logging.h"
@@ -47,7 +47,7 @@ ui::WindowShowState ToWindowShowState(WindowStateType type) {
bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type) {
return type == WINDOW_STATE_TYPE_MAXIMIZED ||
- type == WINDOW_STATE_TYPE_FULLSCREEN;
+ type == WINDOW_STATE_TYPE_FULLSCREEN;
}
} // namespace wm
« no previous file with comments | « ash/wm/common/wm_types.h ('k') | ash/wm/drag_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698