Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame^] | 1 | // Copyright 2020 The Chromium Authors |
Alan Cutter | eb525cd0 | 2020-06-20 03:12:42 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_PROTO_UTILS_H_ |
| 6 | #define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_PROTO_UTILS_H_ |
| 7 | |
| 8 | #include <vector> |
| 9 | |
Carlos Frias | 514cf67 | 2020-08-13 23:53:43 | [diff] [blame] | 10 | #include "chrome/browser/web_applications/proto/web_app.pb.h" |
Alan Cutter | eb525cd0 | 2020-06-20 03:12:42 | [diff] [blame] | 11 | #include "chrome/browser/web_applications/web_app.h" |
| 12 | #include "components/sync/protocol/web_app_specifics.pb.h" |
Anton Bikineev | 46bbb97 | 2021-05-15 17:53:53 | [diff] [blame] | 13 | #include "third_party/abseil-cpp/absl/types/optional.h" |
Alan Cutter | eb525cd0 | 2020-06-20 03:12:42 | [diff] [blame] | 14 | |
Evan Stade | fbe5ca5 | 2021-08-19 00:51:43 | [diff] [blame] |
|