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

Unified Diff: chrome/browser/ui/aura/stacking_client_aura.cc

Issue 11377140: re-re-land of https://codereview.chromium.org/11364053/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more renames\! Created 8 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/aura/stacking_client_aura.h ('k') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/aura/stacking_client_aura.cc
diff --git a/chrome/browser/ui/aura/stacking_client_aura.cc b/chrome/browser/ui/aura/stacking_client_aura.cc
index 569c7a5884d089918323061c35e9f6e56db10ff5..e2e70e4bd0b96d5a3a4209375d4490c16e81a85c 100644
--- a/chrome/browser/ui/aura/stacking_client_aura.cc
+++ b/chrome/browser/ui/aura/stacking_client_aura.cc
@@ -6,14 +6,14 @@
#include "ash/shell.h"
#include "ash/wm/stacking_controller.h"
-#include "ui/aura/desktop/desktop_stacking_client.h"
#include "ui/aura/focus_manager.h"
#include "ui/aura/root_window.h"
#include "ui/aura/window.h"
-#include "ui/views/widget/desktop_native_widget_aura.h"
+#include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
+#include "ui/views/widget/desktop_aura/desktop_stacking_client.h"
StackingClientAura::StackingClientAura() {
- desktop_stacking_client_.reset(new aura::DesktopStackingClient);
+ desktop_stacking_client_.reset(new views::DesktopStackingClient);
}
StackingClientAura::~StackingClientAura() {
« no previous file with comments | « chrome/browser/ui/aura/stacking_client_aura.h ('k') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698