Index: ash/wm/caption_buttons/frame_maximize_button.h |
diff --git a/ash/wm/workspace/frame_maximize_button.h b/ash/wm/caption_buttons/frame_maximize_button.h |
similarity index 96% |
rename from ash/wm/workspace/frame_maximize_button.h |
rename to ash/wm/caption_buttons/frame_maximize_button.h |
index f01df6c267aa36ae9dc85fd14a337e6afc30697a..7ff84bfeeae421ee6142b3bafe0a8daa9980352b 100644 |
--- a/ash/wm/workspace/frame_maximize_button.h |
+++ b/ash/wm/caption_buttons/frame_maximize_button.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_WORKSPACE_FRAME_MAXIMIZE_BUTTON_H_ |
-#define ASH_WM_WORKSPACE_FRAME_MAXIMIZE_BUTTON_H_ |
+#ifndef ASH_WM_CAPTION_BUTTONS_FRAME_MAXIMIZE_BUTTON_H_ |
+#define ASH_WM_CAPTION_BUTTONS_FRAME_MAXIMIZE_BUTTON_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" |
#include "base/timer/timer.h" |
@@ -180,4 +180,4 @@ class ASH_EXPORT FrameMaximizeButton : public views::ImageButton, |
} // namespace ash |
-#endif // ASH_WM_WORKSPACE_FRAME_MAXIMIZE_BUTTON_H_ |
+#endif // ASH_WM_CAPTION_BUTTONS_FRAME_MAXIMIZE_BUTTON_H_ |