| OLD | NEW | 
|---|
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 5 #ifndef CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 
| 6 #define CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 6 #define CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 
| 7 #pragma once | 7 #pragma once | 
| 8 | 8 | 
| 9 #include "chrome/browser/pref_member.h" | 9 #include "chrome/browser/prefs/pref_member.h" | 
| 10 #include "chrome/browser/shell_integration.h" | 10 #include "chrome/browser/shell_integration.h" | 
| 11 #include "chrome/browser/views/options/options_page_view.h" | 11 #include "chrome/browser/views/options/options_page_view.h" | 
| 12 #include "chrome/browser/views/url_picker.h" | 12 #include "chrome/browser/views/url_picker.h" | 
| 13 #include "views/controls/combobox/combobox.h" | 13 #include "views/controls/combobox/combobox.h" | 
| 14 #include "views/controls/button/button.h" | 14 #include "views/controls/button/button.h" | 
| 15 #include "views/controls/table/table_view_observer.h" | 15 #include "views/controls/table/table_view_observer.h" | 
| 16 #include "views/view.h" | 16 #include "views/view.h" | 
| 17 | 17 | 
| 18 namespace views { | 18 namespace views { | 
| 19 class Checkbox; | 19 class Checkbox; | 
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 153   views::Label* default_browser_status_label_; | 153   views::Label* default_browser_status_label_; | 
| 154   views::NativeButton* default_browser_use_as_default_button_; | 154   views::NativeButton* default_browser_use_as_default_button_; | 
| 155 | 155 | 
| 156   // The helper object that performs default browser set/check tasks. | 156   // The helper object that performs default browser set/check tasks. | 
| 157   scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_; | 157   scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_; | 
| 158 | 158 | 
| 159   DISALLOW_COPY_AND_ASSIGN(GeneralPageView); | 159   DISALLOW_COPY_AND_ASSIGN(GeneralPageView); | 
| 160 }; | 160 }; | 
| 161 | 161 | 
| 162 #endif  // CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 162 #endif  // CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ | 
| OLD | NEW | 
|---|