Index: ash/wm/caption_buttons/frame_maximize_button.cc |
diff --git a/ash/wm/workspace/frame_maximize_button.cc b/ash/wm/caption_buttons/frame_maximize_button.cc |
similarity index 99% |
rename from ash/wm/workspace/frame_maximize_button.cc |
rename to ash/wm/caption_buttons/frame_maximize_button.cc |
index 08980c287f9f399a2899eebb7687d82e7ee1c877..f4abf4ac343c5931a8543a7791a53e949506fff7 100644 |
--- a/ash/wm/workspace/frame_maximize_button.cc |
+++ b/ash/wm/caption_buttons/frame_maximize_button.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/wm/workspace/frame_maximize_button.h" |
+#include "ash/wm/caption_buttons/frame_maximize_button.h" |
#include "ash/launcher/launcher.h" |
#include "ash/screen_ash.h" |
@@ -10,7 +10,7 @@ |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |
#include "ash/touch/touch_uma.h" |
-#include "ash/wm/maximize_bubble_controller.h" |
+#include "ash/wm/caption_buttons/maximize_bubble_controller.h" |
#include "ash/wm/property_util.h" |
#include "ash/wm/window_animations.h" |
#include "ash/wm/window_settings.h" |