Index: ash/wm/caption_buttons/frame_caption_button_container_view.cc |
diff --git a/ash/wm/workspace/frame_caption_button_container_view.cc b/ash/wm/caption_buttons/frame_caption_button_container_view.cc |
similarity index 98% |
rename from ash/wm/workspace/frame_caption_button_container_view.cc |
rename to ash/wm/caption_buttons/frame_caption_button_container_view.cc |
index 264c57a8e6f585e4c6017f8b1cc5c86aaac73260..76099780887c2fb375d04d09324dc141d5a470d4 100644 |
--- a/ash/wm/workspace/frame_caption_button_container_view.cc |
+++ b/ash/wm/caption_buttons/frame_caption_button_container_view.cc |
@@ -2,14 +2,14 @@ |
// 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_caption_button_container_view.h" |
+#include "ash/wm/caption_buttons/frame_caption_button_container_view.h" |
#include "ash/ash_switches.h" |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |
+#include "ash/wm/caption_buttons/alternate_frame_caption_button.h" |
+#include "ash/wm/caption_buttons/frame_maximize_button.h" |
#include "ash/wm/window_settings.h" |
-#include "ash/wm/workspace/alternate_frame_caption_button.h" |
-#include "ash/wm/workspace/frame_maximize_button.h" |
#include "grit/ash_resources.h" |
#include "grit/ui_strings.h" // Accessibility names |
#include "ui/base/hit_test.h" |