Index: ash/mus/touch_hud_layout.h |
diff --git a/ash/mus/screenlock_layout.h b/ash/mus/touch_hud_layout.h |
similarity index 55% |
copy from ash/mus/screenlock_layout.h |
copy to ash/mus/touch_hud_layout.h |
index 8d645480410f3fe66541655e679aed116a7cdd61..a3705b2fe48a8f924d9bdc97c35667e19e2ca570 100644 |
--- a/ash/mus/screenlock_layout.h |
+++ b/ash/mus/touch_hud_layout.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_MUS_SCREENLOCK_LAYOUT_H_ |
-#define ASH_MUS_SCREENLOCK_LAYOUT_H_ |
+#ifndef ASH_MUS_TOUCH_HUD_LAYOUT_H_ |
+#define ASH_MUS_TOUCH_HUD_LAYOUT_H_ |
#include "ash/mus/layout_manager.h" |
#include "base/macros.h" |
@@ -11,20 +11,20 @@ |
namespace ash { |
namespace mus { |
-// Lays out the shelf within shelf containers. |
-class ScreenlockLayout : public LayoutManager { |
+// Lays out the touch hud app. |
+class TouchHudLayout : public LayoutManager { |
public: |
- explicit ScreenlockLayout(::ui::Window* owner); |
- ~ScreenlockLayout() override; |
+ explicit TouchHudLayout(::ui::Window* owner); |
+ ~TouchHudLayout() override; |
private: |
// Overridden from LayoutManager: |
void LayoutWindow(::ui::Window* window) override; |
- DISALLOW_COPY_AND_ASSIGN(ScreenlockLayout); |
+ DISALLOW_COPY_AND_ASSIGN(TouchHudLayout); |
}; |
} // namespace mus |
} // namespace ash |
-#endif // ASH_MUS_SCREENLOCK_LAYOUT_H_ |
+#endif // ASH_MUS_TOUCH_HUD_LAYOUT_H_ |