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

Unified Diff: chrome/browser/ui/views/frame/desktop_browser_frame_aura.h

Issue 11316245: Move VisibilityController to corewm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/views/frame/desktop_browser_frame_aura.h
===================================================================
--- chrome/browser/ui/views/frame/desktop_browser_frame_aura.h (revision 170313)
+++ chrome/browser/ui/views/frame/desktop_browser_frame_aura.h (working copy)
@@ -15,16 +15,13 @@
class BrowserFrame;
class BrowserView;
-namespace ash {
-namespace internal {
+namespace views {
+class MenuRunner;
+namespace corewm {
class VisibilityController;
}
}
-namespace views {
-class MenuRunner;
-}
-
////////////////////////////////////////////////////////////////////////////////
// DesktopBrowserFrameAura
//
@@ -65,7 +62,7 @@
// System menu.
scoped_ptr<views::MenuRunner> menu_runner_;
- scoped_ptr<ash::internal::VisibilityController> visibility_controller_;
+ scoped_ptr<views::corewm::VisibilityController> visibility_controller_;
DISALLOW_COPY_AND_ASSIGN(DesktopBrowserFrameAura);
};
« no previous file with comments | « chrome/browser/ui/views/constrained_window_views.cc ('k') | chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698