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

Unified Diff: ash/wm/common/dock/docked_window_layout_manager.h

Issue 1921353002: Moves handful of files to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_ids
Patch Set: merge to trunk 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/dock/dock_types.h ('k') | ash/wm/common/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/dock/docked_window_layout_manager.h
diff --git a/ash/wm/dock/docked_window_layout_manager.h b/ash/wm/common/dock/docked_window_layout_manager.h
similarity index 97%
rename from ash/wm/dock/docked_window_layout_manager.h
rename to ash/wm/common/dock/docked_window_layout_manager.h
index 6983ca4ab048041c47c452fc511dde7d4678ccda..f3760e172f3faeb330dddd3f4a007b7d7548f051 100644
--- a/ash/wm/dock/docked_window_layout_manager.h
+++ b/ash/wm/common/dock/docked_window_layout_manager.h
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
-#define ASH_WM_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
+#ifndef ASH_WM_COMMON_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
+#define ASH_WM_COMMON_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
#include <memory>
#include "ash/ash_export.h"
+#include "ash/wm/common/dock/dock_types.h"
+#include "ash/wm/common/dock/docked_window_layout_manager_observer.h"
+#include "ash/wm/common/window_state_observer.h"
#include "ash/wm/common/wm_activation_observer.h"
#include "ash/wm/common/wm_root_window_controller_observer.h"
#include "ash/wm/common/wm_snap_to_pixel_layout_manager.h"
#include "ash/wm/common/wm_window_observer.h"
-#include "ash/wm/dock/dock_types.h"
-#include "ash/wm/dock/docked_window_layout_manager_observer.h"
-#include "ash/wm/window_state_observer.h"
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/observer_list.h"
@@ -120,7 +120,7 @@ class ASH_EXPORT DockedWindowLayoutManager
const gfx::Rect& docked_bounds() const { return docked_bounds_; }
// Returns last known coordinates of |dragged_window_| after Relayout.
- const gfx::Rect dragged_bounds() const { return dragged_bounds_;}
+ const gfx::Rect dragged_bounds() const { return dragged_bounds_; }
// Returns true if currently dragged window is docked at the screen edge.
bool is_dragged_window_docked() const { return is_dragged_window_docked_; }
@@ -312,4 +312,4 @@ class ASH_EXPORT DockedWindowLayoutManager
} // namespace ash
-#endif // ASH_WM_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
+#endif // ASH_WM_COMMON_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_H_
« no previous file with comments | « ash/wm/common/dock/dock_types.h ('k') | ash/wm/common/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698