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

Unified Diff: ash/wm/always_on_top_controller.h

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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/wallpaper/wallpaper_widget_controller.cc ('k') | ash/wm/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/always_on_top_controller.h
diff --git a/ash/common/wm/always_on_top_controller.h b/ash/wm/always_on_top_controller.h
similarity index 90%
rename from ash/common/wm/always_on_top_controller.h
rename to ash/wm/always_on_top_controller.h
index bdf144635571b64b393b894ecc369621c165df08..4f33eeeede88110c34b221b37a5a2011464a3add 100644
--- a/ash/common/wm/always_on_top_controller.h
+++ b/ash/wm/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_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
-#define ASH_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
+#ifndef ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
+#define ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
#include <memory>
@@ -48,4 +48,4 @@ class ASH_EXPORT AlwaysOnTopController : public aura::WindowObserver {
} // namepsace ash
-#endif // ASH_COMMON_WM_ALWAYS_ON_TOP_CONTROLLER_H_
+#endif // ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
« no previous file with comments | « ash/wallpaper/wallpaper_widget_controller.cc ('k') | ash/wm/always_on_top_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698