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

Side by Side Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 480693002: Use a qualified path for ui_resources.h grit includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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) 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 #include "chrome/browser/ui/views/autofill/autofill_dialog_views.h" 5 #include "chrome/browser/ui/views/autofill/autofill_dialog_views.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/location.h" 10 #include "base/location.h"
11 #include "base/strings/utf_string_conversions.h" 11 #include "base/strings/utf_string_conversions.h"
12 #include "chrome/browser/profiles/profile.h" 12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h" 13 #include "chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h"
14 #include "chrome/browser/ui/autofill/autofill_dialog_view_delegate.h" 14 #include "chrome/browser/ui/autofill/autofill_dialog_view_delegate.h"
15 #include "chrome/browser/ui/autofill/loading_animation.h" 15 #include "chrome/browser/ui/autofill/loading_animation.h"
16 #include "chrome/browser/ui/views/autofill/expanding_textfield.h" 16 #include "chrome/browser/ui/views/autofill/expanding_textfield.h"
17 #include "chrome/browser/ui/views/autofill/info_bubble.h" 17 #include "chrome/browser/ui/views/autofill/info_bubble.h"
18 #include "chrome/browser/ui/views/autofill/tooltip_icon.h" 18 #include "chrome/browser/ui/views/autofill/tooltip_icon.h"
19 #include "chrome/browser/ui/views/constrained_window_views.h" 19 #include "chrome/browser/ui/views/constrained_window_views.h"
20 #include "components/autofill/content/browser/wallet/wallet_service_url.h" 20 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
21 #include "components/autofill/core/browser/autofill_type.h" 21 #include "components/autofill/core/browser/autofill_type.h"
22 #include "components/web_modal/web_contents_modal_dialog_host.h" 22 #include "components/web_modal/web_contents_modal_dialog_host.h"
23 #include "components/web_modal/web_contents_modal_dialog_manager.h" 23 #include "components/web_modal/web_contents_modal_dialog_manager.h"
24 #include "components/web_modal/web_contents_modal_dialog_manager_delegate.h" 24 #include "components/web_modal/web_contents_modal_dialog_manager_delegate.h"
25 #include "content/public/browser/native_web_keyboard_event.h" 25 #include "content/public/browser/native_web_keyboard_event.h"
26 #include "content/public/browser/navigation_controller.h" 26 #include "content/public/browser/navigation_controller.h"
27 #include "content/public/browser/web_contents.h" 27 #include "content/public/browser/web_contents.h"
28 #include "grit/theme_resources.h" 28 #include "grit/theme_resources.h"
29 #include "grit/ui_resources.h"
30 #include "third_party/skia/include/core/SkColor.h" 29 #include "third_party/skia/include/core/SkColor.h"
31 #include "ui/base/models/combobox_model.h" 30 #include "ui/base/models/combobox_model.h"
32 #include "ui/base/models/menu_model.h" 31 #include "ui/base/models/menu_model.h"
33 #include "ui/base/resource/resource_bundle.h" 32 #include "ui/base/resource/resource_bundle.h"
34 #include "ui/events/event_handler.h" 33 #include "ui/events/event_handler.h"
35 #include "ui/gfx/animation/animation_delegate.h" 34 #include "ui/gfx/animation/animation_delegate.h"
36 #include "ui/gfx/canvas.h" 35 #include "ui/gfx/canvas.h"
37 #include "ui/gfx/color_utils.h" 36 #include "ui/gfx/color_utils.h"
38 #include "ui/gfx/font_list.h" 37 #include "ui/gfx/font_list.h"
39 #include "ui/gfx/path.h" 38 #include "ui/gfx/path.h"
40 #include "ui/gfx/point.h" 39 #include "ui/gfx/point.h"
41 #include "ui/gfx/skia_util.h" 40 #include "ui/gfx/skia_util.h"
41 #include "ui/resources/grit/ui_resources.h"
42 #include "ui/views/background.h" 42 #include "ui/views/background.h"
43 #include "ui/views/border.h" 43 #include "ui/views/border.h"
44 #include "ui/views/bubble/bubble_border.h" 44 #include "ui/views/bubble/bubble_border.h"
45 #include "ui/views/bubble/bubble_frame_view.h" 45 #include "ui/views/bubble/bubble_frame_view.h"
46 #include "ui/views/controls/button/blue_button.h" 46 #include "ui/views/controls/button/blue_button.h"
47 #include "ui/views/controls/button/checkbox.h" 47 #include "ui/views/controls/button/checkbox.h"
48 #include "ui/views/controls/button/label_button.h" 48 #include "ui/views/controls/button/label_button.h"
49 #include "ui/views/controls/button/label_button_border.h" 49 #include "ui/views/controls/button/label_button_border.h"
50 #include "ui/views/controls/button/menu_button.h" 50 #include "ui/views/controls/button/menu_button.h"
51 #include "ui/views/controls/combobox/combobox.h" 51 #include "ui/views/controls/combobox/combobox.h"
(...skipping 2452 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 AutofillDialogViews::DetailsGroup::DetailsGroup(DialogSection section) 2504 AutofillDialogViews::DetailsGroup::DetailsGroup(DialogSection section)
2505 : section(section), 2505 : section(section),
2506 container(NULL), 2506 container(NULL),
2507 manual_input(NULL), 2507 manual_input(NULL),
2508 suggested_info(NULL), 2508 suggested_info(NULL),
2509 suggested_button(NULL) {} 2509 suggested_button(NULL) {}
2510 2510
2511 AutofillDialogViews::DetailsGroup::~DetailsGroup() {} 2511 AutofillDialogViews::DetailsGroup::~DetailsGroup() {}
2512 2512
2513 } // namespace autofill 2513 } // namespace autofill
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698