This source file includes following definitions.
- Create
#include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
namespace autofill {
const int GeneratedCreditCardBubbleView::kContentsWidth = 350;
GeneratedCreditCardBubbleView::~GeneratedCreditCardBubbleView() {}
#if !defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
base::WeakPtr<GeneratedCreditCardBubbleView>
GeneratedCreditCardBubbleView::Create(
const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
return base::WeakPtr<GeneratedCreditCardBubbleView>();
}
#endif
}