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

Unified Diff: ash/wm/common/always_on_top_controller.h

Issue 1926913002: Moves more code to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_workspace_layout_manager
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/always_on_top_controller_unittest.cc ('k') | ash/wm/common/always_on_top_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/always_on_top_controller.h
diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/common/always_on_top_controller.h
similarity index 91%
rename from ash/wm/always_on_top_controller.h
rename to ash/wm/common/always_on_top_controller.h
index dac4cd30435e2fa7e4d9c946ae0d61c0477ff94e..4d2bfde5847ab48c779ff09b0080cb7441c2441b 100644
--- a/ash/wm/always_on_top_controller.h
+++ b/ash/wm/common/always_on_top_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
-#define ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
+#ifndef ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
+#define ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
#include <memory>
@@ -47,4 +47,4 @@ class ASH_EXPORT AlwaysOnTopController : public wm::WmWindowObserver {
} // namepsace ash
-#endif // ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
+#endif // ASH_WM_COMMON_ALWAYS_ON_TOP_CONTROLLER_H_
« no previous file with comments | « ash/wm/always_on_top_controller_unittest.cc ('k') | ash/wm/common/always_on_top_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698