Index: ash/wm/caption_buttons/maximize_bubble_controller.cc |
diff --git a/ash/wm/maximize_bubble_controller.cc b/ash/wm/caption_buttons/maximize_bubble_controller.cc |
similarity index 99% |
rename from ash/wm/maximize_bubble_controller.cc |
rename to ash/wm/caption_buttons/maximize_bubble_controller.cc |
index 68cbfd9434daf76ec06a499289491f01238c8204..e4a5c65fda3322cf0af842792d69baabb5337dcf 100644 |
--- a/ash/wm/maximize_bubble_controller.cc |
+++ b/ash/wm/caption_buttons/maximize_bubble_controller.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/wm/maximize_bubble_controller.h" |
+#include "ash/wm/caption_buttons/maximize_bubble_controller.h" |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |
#include "ash/shell_window_ids.h" |
+#include "ash/wm/caption_buttons/frame_maximize_button.h" |
#include "ash/wm/window_animations.h" |
-#include "ash/wm/workspace/frame_maximize_button.h" |
#include "base/timer/timer.h" |
#include "grit/ash_resources.h" |
#include "grit/ash_strings.h" |