blob: 21c0bb10cca30fe2d7c94adc66bc8ca71fe07388 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/chrome/browser/ui/autofill/payments/virtual_card_selection_dialog_controller.h b/chrome/browser/ui/autofill/payments/virtual_card_selection_dialog_controller.h
index 401717c18..952bbad4a 100644
--- a/chrome/browser/ui/autofill/payments/virtual_card_selection_dialog_controller.h
+++ b/chrome/browser/ui/autofill/payments/virtual_card_selection_dialog_controller.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_UI_AUTOFILL_PAYMENTS_VIRTUAL_CARD_SELECTION_DIALOG_CONTROLLER_H_
#define CHROME_BROWSER_UI_AUTOFILL_PAYMENTS_VIRTUAL_CARD_SELECTION_DIALOG_CONTROLLER_H_
+#include <vector>
+
#include "base/macros.h"
#include "base/strings/string16.h"
|