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

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

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
Index: chrome/browser/ui/aura/stacking_client_aura.h
diff --git a/chrome/browser/ui/aura/stacking_client_aura.h b/chrome/browser/ui/aura/stacking_client_aura.h
index 9bbd5a4f9f01c7f68028c8e3a45b8cf1dfd5423c..e478df87fed446a35483e0c12aab96e5df3726b1 100644
--- a/chrome/browser/ui/aura/stacking_client_aura.h
+++ b/chrome/browser/ui/aura/stacking_client_aura.h
@@ -16,7 +16,7 @@ namespace ash {
class StackingController;
}
-namespace aura {
+namespace views {
class DesktopStackingClient;
class Window;
}
@@ -34,7 +34,7 @@ class StackingClientAura : public aura::client::StackingClient {
const gfx::Rect& bounds) OVERRIDE;
private:
- scoped_ptr<aura::DesktopStackingClient> desktop_stacking_client_;
+ scoped_ptr<views::DesktopStackingClient> desktop_stacking_client_;
DISALLOW_COPY_AND_ASSIGN(StackingClientAura);
};
« no previous file with comments | « chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc ('k') | chrome/browser/ui/aura/stacking_client_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698