Index: ash/wm/caption_buttons/maximize_bubble_controller.h |
diff --git a/ash/wm/maximize_bubble_controller.h b/ash/wm/caption_buttons/maximize_bubble_controller.h |
similarity index 92% |
rename from ash/wm/maximize_bubble_controller.h |
rename to ash/wm/caption_buttons/maximize_bubble_controller.h |
index 7328ea29c0d0cfa3106c0d617f657378c9e5dbfc..705a8ff2d4b38437044887710be19632c9d4c2a6 100644 |
--- a/ash/wm/maximize_bubble_controller.h |
+++ b/ash/wm/caption_buttons/maximize_bubble_controller.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_WM_MAXIMIZE_BUBBLE_CONTROLLER_H_ |
-#define ASH_WM_MAXIMIZE_BUBBLE_CONTROLLER_H_ |
+#ifndef ASH_WM_CAPTION_BUTTONS_MAXIMIZE_BUBBLE_CONTROLLER_H_ |
+#define ASH_WM_CAPTION_BUTTONS_MAXIMIZE_BUBBLE_CONTROLLER_H_ |
#include "ash/ash_export.h" |
-#include "ash/wm/workspace/maximize_bubble_frame_state.h" |
+#include "ash/wm/caption_buttons/maximize_bubble_frame_state.h" |
#include "ash/wm/workspace/snap_types.h" |
#include "base/memory/scoped_ptr.h" |
@@ -98,4 +98,4 @@ class ASH_EXPORT MaximizeBubbleController { |
} // namespace ash |
-#endif // ASH_WM_MAXIMIZE_BUBBLE_CONTROLLER_H_ |
+#endif // ASH_WM_CAPTION_BUTTONS_MAXIMIZE_BUBBLE_CONTROLLER_H_ |