Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3852)

Unified Diff: ash/wm/caption_buttons/maximize_bubble_controller.cc

Issue 23498031: Move code related to the window controls to ash/wm/caption_buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « ash/wm/caption_buttons/maximize_bubble_controller.h ('k') | ash/wm/caption_buttons/maximize_bubble_frame_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698