| OLD | NEW |
| (Empty) | |
| 1 // Copyright 2013 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 // Inclusion of all message files recognized by message_lib. All messages |
| 7 // received by RenderProcessHost should be included here for the IPC fuzzer. |
| 8 |
| 9 #include "chrome/common/all_messages.h" |
| 10 #include "components/autofill/core/common/autofill_messages.h" |
| 11 #include "components/nacl/common/nacl_host_messages.h" |
| 12 #include "components/tracing/tracing_messages.h" |
| 13 #include "components/visitedlink/common/visitedlink_messages.h" |
| 14 #include "content/common/all_messages.h" |
| OLD | NEW |