summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/first_run_view_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/first_run_view_base.h')
-rw-r--r--chrome/browser/views/first_run_view_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/views/first_run_view_base.h b/chrome/browser/views/first_run_view_base.h
index 5879cccb..b0d53d4 100644
--- a/chrome/browser/views/first_run_view_base.h
+++ b/chrome/browser/views/first_run_view_base.h
@@ -11,6 +11,7 @@
namespace views {
class Checkbox;
+class Label;
class Window;
class ImageView;
class Separator;
@@ -81,6 +82,7 @@ class FirstRunViewBase : public views::View,
scoped_refptr<ImporterHost> importer_host_;
Profile* profile_;
views::Checkbox* default_browser_;
+ views::Label* non_default_browser_label_;
protected:
bool homepage_defined_;