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

Side by Side Diff: chrome/browser/ui/views/frame/browser_frame.h

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "build/build_config.h" 11 #include "build/build_config.h"
12 #include "chrome/browser/ui/views/frame/native_browser_frame_delegate.h" 12 #include "chrome/browser/ui/views/frame/native_browser_frame_delegate.h"
13 #include "views/widget/widget.h" 13 #include "ui/views/widget/widget.h"
14 14
15 class AvatarMenuButton; 15 class AvatarMenuButton;
16 class BrowserNonClientFrameView; 16 class BrowserNonClientFrameView;
17 class BrowserRootView; 17 class BrowserRootView;
18 class BrowserView; 18 class BrowserView;
19 class NativeBrowserFrame; 19 class NativeBrowserFrame;
20 class NonClientFrameView; 20 class NonClientFrameView;
21 21
22 namespace gfx { 22 namespace gfx {
23 class Font; 23 class Font;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 // A pointer to our NonClientFrameView as a BrowserNonClientFrameView. 88 // A pointer to our NonClientFrameView as a BrowserNonClientFrameView.
89 BrowserNonClientFrameView* browser_frame_view_; 89 BrowserNonClientFrameView* browser_frame_view_;
90 90
91 // The BrowserView is our ClientView. This is a pointer to it. 91 // The BrowserView is our ClientView. This is a pointer to it.
92 BrowserView* browser_view_; 92 BrowserView* browser_view_;
93 93
94 DISALLOW_COPY_AND_ASSIGN(BrowserFrame); 94 DISALLOW_COPY_AND_ASSIGN(BrowserFrame);
95 }; 95 };
96 96
97 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_ 97 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc ('k') | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698