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

Side by Side Diff: chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years 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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEWS_H _ 5 #ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEWS_H _
6 #define CHROME_BROWSER_UI_VIEWS_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEWS_H _ 6 #define CHROME_BROWSER_UI_VIEWS_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEWS_H _
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "chrome/browser/ui/profile_chooser_constants.h" 9 #include "chrome/browser/ui/profile_chooser_constants.h"
10 #include "chrome/browser/ui/signin_view_controller_delegate.h" 10 #include "chrome/browser/ui/signin_view_controller_delegate.h"
11 #include "ui/views/window/dialog_delegate.h" 11 #include "ui/views/window/dialog_delegate.h"
12 12
13 class Browser; 13 class Browser;
14 class Profile;
15 14
16 namespace content { 15 namespace content {
17 class WebContentsDelegate; 16 class WebContentsDelegate;
18 } 17 }
19 18
20 namespace signin_metrics { 19 namespace signin_metrics {
21 enum class AccessPoint; 20 enum class AccessPoint;
22 } 21 }
23 22
24 namespace views { 23 namespace views {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 // wait_for_size_ stores whether the dialog should only be shown after its 78 // wait_for_size_ stores whether the dialog should only be shown after its
80 // content's size has been laid out and measured so that the constrained 79 // content's size has been laid out and measured so that the constrained
81 // window is sized to the content. 80 // window is sized to the content.
82 bool wait_for_size_; 81 bool wait_for_size_;
83 Browser* browser_; 82 Browser* browser_;
84 83
85 DISALLOW_COPY_AND_ASSIGN(SigninViewControllerDelegateViews); 84 DISALLOW_COPY_AND_ASSIGN(SigninViewControllerDelegateViews);
86 }; 85 };
87 86
88 #endif // CHROME_BROWSER_UI_VIEWS_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEW S_H_ 87 #endif // CHROME_BROWSER_UI_VIEWS_PROFILES_SIGNIN_VIEW_CONTROLLER_DELEGATE_VIEW S_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_indicator_icon.h ('k') | chrome/browser/ui/views/session_crashed_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698