[email protected] | a0358d7 | 2012-03-09 14:06:50 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 6476c72c | 2011-02-11 18:46:19 | [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 | // Multiply-included file, hence no include guard. |
| 6 | |
Moe Ahmadi | 5579060 | 2020-04-23 00:49:14 | [diff] [blame] | 7 | #include "chrome/common/search/instant_mojom_traits.h" |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 8 | #include "components/safe_browsing/buildflags.h" |
markdittmer | 67b71ea | 2016-03-03 22:40:03 | [diff] [blame] | 9 | #include "content/public/common/common_param_traits.h" |
| 10 | #include "content/public/common/common_param_traits_macros.h" |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 11 | #include "extensions/buildflags/buildflags.h" |
Scott Violet | a35f9a4 | 2018-03-22 22:00:44 | [diff] [blame] | 12 | #include "media/media_buildflags.h" |
Lei Zhang | 8306c1e | 2022-01-13 17:59:05 | [diff] [blame] | 13 | #include "services/network/public/cpp/p2p_param_traits.h" |
[email protected] | 1e54c1c | 2013-08-12 17:16:05 | [diff] [blame] | 14 | |
Nico Weber | bc5b06f | 2019-07-26 14:00:13 | [diff] [blame] | 15 | #if BUILDFLAG(FULL_SAFE_BROWSING) |
Ken Rockot | 3d36668 | 2018-02-10 11:13:26 | [diff] [blame] | 16 | #include "chrome/services/file_util/public/mojom/safe_archive_analyzer_param_traits.h" |
Michael Wasserman | 575c78d7 | 2017-06-28 23:44:38 | [diff] [blame] | 17 | #endif |