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

Side by Side Diff: chrome/browser/first_run/try_chrome_dialog_view.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
« no previous file with comments | « chrome/browser/favicon/chrome_favicon_client.h ('k') | chrome/browser/google/google_brand.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_ 5 #ifndef CHROME_BROWSER_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_
6 #define CHROME_BROWSER_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_ 6 #define CHROME_BROWSER_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "ui/gfx/native_widget_types.h" 12 #include "ui/gfx/native_widget_types.h"
13 #include "ui/views/controls/button/button.h" 13 #include "ui/views/controls/button/button.h"
14 #include "ui/views/controls/link_listener.h" 14 #include "ui/views/controls/link_listener.h"
15 15
16 class ProcessSingleton;
17
18 namespace gfx { 16 namespace gfx {
19 class Rect; 17 class Rect;
20 } 18 }
21 19
22 namespace views { 20 namespace views {
23 class RadioButton; 21 class RadioButton;
24 class Checkbox; 22 class Checkbox;
25 class Widget; 23 class Widget;
26 } 24 }
27 25
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 views::RadioButton* try_chrome_; 119 views::RadioButton* try_chrome_;
122 views::RadioButton* kill_chrome_; 120 views::RadioButton* kill_chrome_;
123 views::RadioButton* dont_try_chrome_; 121 views::RadioButton* dont_try_chrome_;
124 views::Checkbox* make_default_; 122 views::Checkbox* make_default_;
125 Result result_; 123 Result result_;
126 124
127 DISALLOW_COPY_AND_ASSIGN(TryChromeDialogView); 125 DISALLOW_COPY_AND_ASSIGN(TryChromeDialogView);
128 }; 126 };
129 127
130 #endif // CHROME_BROWSER_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_ 128 #endif // CHROME_BROWSER_FIRST_RUN_TRY_CHROME_DIALOG_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/favicon/chrome_favicon_client.h ('k') | chrome/browser/google/google_brand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698