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

Side by Side Diff: chrome/browser/views/autofill_profiles_view_win.cc

Issue 2987003: Clean up app_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | Annotate | Revision Log
OLDNEW
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 #include "chrome/browser/views/autofill_profiles_view_win.h" 4 #include "chrome/browser/views/autofill_profiles_view_win.h"
5 5
6 #include <vsstyle.h> 6 #include <vsstyle.h>
7 #include <vssym32.h> 7 #include <vssym32.h>
8 8
9 #include "app/l10n_util.h" 9 #include "app/l10n_util.h"
10 #include "app/resource_bundle.h" 10 #include "app/resource_bundle.h"
(...skipping 10 matching lines...) Expand all
21 #include "chrome/browser/views/list_background.h" 21 #include "chrome/browser/views/list_background.h"
22 #include "chrome/browser/window_sizer.h" 22 #include "chrome/browser/window_sizer.h"
23 #include "chrome/common/pref_names.h" 23 #include "chrome/common/pref_names.h"
24 #include "gfx/canvas.h" 24 #include "gfx/canvas.h"
25 #include "gfx/native_theme_win.h" 25 #include "gfx/native_theme_win.h"
26 #include "gfx/size.h" 26 #include "gfx/size.h"
27 #include "grit/app_resources.h" 27 #include "grit/app_resources.h"
28 #include "grit/generated_resources.h" 28 #include "grit/generated_resources.h"
29 #include "grit/theme_resources.h" 29 #include "grit/theme_resources.h"
30 #include "grit/locale_settings.h" 30 #include "grit/locale_settings.h"
31 #include "grit/theme_resources.h"
31 #include "views/border.h" 32 #include "views/border.h"
32 #include "views/controls/button/image_button.h" 33 #include "views/controls/button/image_button.h"
33 #include "views/controls/button/native_button.h" 34 #include "views/controls/button/native_button.h"
34 #include "views/controls/button/radio_button.h" 35 #include "views/controls/button/radio_button.h"
35 #include "views/controls/button/text_button.h" 36 #include "views/controls/button/text_button.h"
36 #include "views/controls/label.h" 37 #include "views/controls/label.h"
37 #include "views/controls/scroll_view.h" 38 #include "views/controls/scroll_view.h"
38 #include "views/controls/separator.h" 39 #include "views/controls/separator.h"
39 #include "views/controls/table/table_view.h" 40 #include "views/controls/table/table_view.h"
40 #include "views/grid_layout.h" 41 #include "views/grid_layout.h"
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 AutoFillDialogObserver* observer, 1370 AutoFillDialogObserver* observer,
1370 Profile* profile) { 1371 Profile* profile) {
1371 DCHECK(profile); 1372 DCHECK(profile);
1372 1373
1373 PersonalDataManager* personal_data_manager = 1374 PersonalDataManager* personal_data_manager =
1374 profile->GetPersonalDataManager(); 1375 profile->GetPersonalDataManager();
1375 DCHECK(personal_data_manager); 1376 DCHECK(personal_data_manager);
1376 AutoFillProfilesView::Show(parent, observer, personal_data_manager, 1377 AutoFillProfilesView::Show(parent, observer, personal_data_manager,
1377 profile->GetPrefs(), NULL, NULL); 1378 profile->GetPrefs(), NULL, NULL);
1378 } 1379 }
OLDNEW
« no previous file with comments | « chrome/browser/gtk/options/content_exception_editor.cc ('k') | chrome/browser/views/infobars/infobar_button_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698