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

Side by Side Diff: chrome/browser/ui/views/autofill/card_unmask_prompt_views.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_
6 #define CHROME_BROWSER_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 14 matching lines...) Expand all
25 class Checkbox; 25 class Checkbox;
26 class ImageView; 26 class ImageView;
27 class Label; 27 class Label;
28 class Link; 28 class Link;
29 class Textfield; 29 class Textfield;
30 class Throbber; 30 class Throbber;
31 } 31 }
32 32
33 namespace autofill { 33 namespace autofill {
34 34
35 class CardUnmaskPromptController;
36
35 class CardUnmaskPromptViews : public CardUnmaskPromptView, 37 class CardUnmaskPromptViews : public CardUnmaskPromptView,
36 public views::ComboboxListener, 38 public views::ComboboxListener,
37 public views::DialogDelegateView, 39 public views::DialogDelegateView,
38 public views::TextfieldController, 40 public views::TextfieldController,
39 public views::LinkListener, 41 public views::LinkListener,
40 public gfx::AnimationDelegate { 42 public gfx::AnimationDelegate {
41 public: 43 public:
42 CardUnmaskPromptViews(CardUnmaskPromptController* controller, 44 CardUnmaskPromptViews(CardUnmaskPromptController* controller,
43 content::WebContents* web_contents); 45 content::WebContents* web_contents);
44 ~CardUnmaskPromptViews() override; 46 ~CardUnmaskPromptViews() override;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 gfx::SlideAnimation overlay_animation_; 160 gfx::SlideAnimation overlay_animation_;
159 161
160 base::WeakPtrFactory<CardUnmaskPromptViews> weak_ptr_factory_; 162 base::WeakPtrFactory<CardUnmaskPromptViews> weak_ptr_factory_;
161 163
162 DISALLOW_COPY_AND_ASSIGN(CardUnmaskPromptViews); 164 DISALLOW_COPY_AND_ASSIGN(CardUnmaskPromptViews);
163 }; 165 };
164 166
165 } // namespace autofill 167 } // namespace autofill
166 168
167 #endif // CHROME_BROWSER_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_ 169 #endif // CHROME_BROWSER_UI_VIEWS_AUTOFILL_CARD_UNMASK_PROMPT_VIEWS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/javascript_app_modal_dialog_cocoa.h ('k') | components/app_modal/native_app_modal_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698