1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
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 
7 #include "chrome/common/search/instant_mojom_traits.h"
8 #include "services/network/public/cpp/p2p_param_traits.h"
9 #include "components/safe_browsing/buildflags.h"
10 #include "content/public/common/common_param_traits.h"
11 #include "content/public/common/common_param_traits_macros.h"
12 #include "extensions/buildflags/buildflags.h"
13 #include "media/media_buildflags.h"
14 #include "printing/buildflags/buildflags.h"
15 
16 #if BUILDFLAG(ENABLE_PRINTING)
17 #undef CHROME_COMMON_CHROME_UTILITY_PRINTING_MESSAGES_H_
18 #include "chrome/common/chrome_utility_printing_messages.h"
19 #ifndef CHROME_COMMON_CHROME_UTILITY_PRINTING_MESSAGES_H_
20 #error \
21     "Failed to include header chrome/common/chrome_utility_printing_messages.h"
22 #endif
23 #endif
24 
25 #if BUILDFLAG(FULL_SAFE_BROWSING)
26 #include "chrome/services/file_util/public/mojom/safe_archive_analyzer_param_traits.h"
27 #endif
28