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

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

Issue 229293002: [Win] Move profile related UI from ui/views/ to ui/views/profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_NON_CLIENT_FRAME_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_
7 7
8 #include "chrome/browser/ui/views/new_avatar_button.h" 8 #include "chrome/browser/ui/views/profiles/new_avatar_button.h"
9 #include "ui/views/window/non_client_view.h" 9 #include "ui/views/window/non_client_view.h"
10 10
11 class AvatarLabel; 11 class AvatarLabel;
12 class AvatarMenuButton; 12 class AvatarMenuButton;
13 class BrowserFrame; 13 class BrowserFrame;
14 class BrowserView; 14 class BrowserView;
15 class NewAvatarButton; 15 class NewAvatarButton;
16 16
17 // A specialization of the NonClientFrameView object that provides additional 17 // A specialization of the NonClientFrameView object that provides additional
18 // Browser-specific methods. 18 // Browser-specific methods.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 namespace chrome { 83 namespace chrome {
84 84
85 // Provided by a browser_non_client_frame_view_factory_*.cc implementation 85 // Provided by a browser_non_client_frame_view_factory_*.cc implementation
86 BrowserNonClientFrameView* CreateBrowserNonClientFrameView( 86 BrowserNonClientFrameView* CreateBrowserNonClientFrameView(
87 BrowserFrame* frame, BrowserView* browser_view); 87 BrowserFrame* frame, BrowserView* browser_view);
88 88
89 } // namespace chrome 89 } // namespace chrome
90 90
91 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ 91 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698