autocheckout_bubble_controller_unittest.cc | 19 : metric_(NUM_BUBBLE_METRICS) {} 22 metric_ = metric; 25 AutofillMetrics::BubbleMetric metric() const { return metric_; } 28 mutable AutofillMetrics::BubbleMetric metric_; member in class:autofill::__anon8421::TestAutofillMetrics
|