summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-93-sms-fetcher-include.patch
blob: 91d92deff520433b2d2d020b27435b21c081cc11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/chrome/browser/sharing/sms/sms_remote_fetcher.h b/chrome/browser/sharing/sms/sms_remote_fetcher.h
index 2cbe6acdd..678c1b2e5 100644
--- a/chrome/browser/sharing/sms/sms_remote_fetcher.h
+++ b/chrome/browser/sharing/sms/sms_remote_fetcher.h
@@ -6,6 +6,7 @@
 #define CHROME_BROWSER_SHARING_SMS_SMS_REMOTE_FETCHER_H_
 
 #include <string>
+#include <vector>
 
 #include "base/callback.h"
 #include "third_party/abseil-cpp/absl/types/optional.h"
diff --git a/content/public/browser/sms_fetcher.h b/content/public/browser/sms_fetcher.h
index 13f683243..983d81891 100644
--- a/content/public/browser/sms_fetcher.h
+++ b/content/public/browser/sms_fetcher.h
@@ -6,6 +6,7 @@
 #define CONTENT_PUBLIC_BROWSER_SMS_FETCHER_H_
 
 #include <string>
+#include <vector>
 
 #include "base/observer_list_types.h"
 #include "content/common/content_export.h"