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

Unified Diff: ash/common/frame/custom_frame_view_ash.h

Issue 2248383003: Moves HeaderView into it's own .h/.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 4 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/frame/custom_frame_view_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/frame/custom_frame_view_ash.h
diff --git a/ash/common/frame/custom_frame_view_ash.h b/ash/common/frame/custom_frame_view_ash.h
index fd9d6b1ec671d36f4f8d865a6e3fa0657d82d8f1..790c2b1e931c7ff4cc18facd7a53ee721f9a7e85 100644
--- a/ash/common/frame/custom_frame_view_ash.h
+++ b/ash/common/frame/custom_frame_view_ash.h
@@ -12,16 +12,16 @@
#include "third_party/skia/include/core/SkColor.h"
#include "ui/views/window/non_client_view.h"
-namespace ash {
-class FrameCaptionButtonContainerView;
-class WmImmersiveFullscreenController;
-}
namespace views {
class Widget;
}
namespace ash {
+class FrameCaptionButtonContainerView;
+class HeaderView;
+class WmImmersiveFullscreenController;
+
// A NonClientFrameView used for packaged apps, dialogs and other non-browser
// windows. It supports immersive fullscreen. When in immersive fullscreen, the
// client view takes up the entire widget and the window header is an overlay.
@@ -92,7 +92,6 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
views::Widget* frame_;
// View which contains the title and window controls.
- class HeaderView;
HeaderView* header_view_;
DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/frame/custom_frame_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698