| OLD | NEW |
| (Empty) | |
| 1 // Copyright 2016 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 #include "content/shell/common/shell_param_traits.h" |
| 6 |
| 7 // Generate param traits size methods. |
| 8 #include "ipc/param_traits_size_macros.h" |
| 9 namespace IPC { |
| 10 #include "content/shell/common/shell_param_traits.h" |
| 11 } // namespace IPC |
| 12 |
| 13 // Generate param traits write methods. |
| 14 #include "ipc/param_traits_write_macros.h" |
| 15 namespace IPC { |
| 16 #include "content/shell/common/shell_param_traits.h" |
| 17 } // namespace IPC |
| 18 |
| 19 // Generate param traits read methods. |
| 20 #include "ipc/param_traits_read_macros.h" |
| 21 namespace IPC { |
| 22 #include "content/shell/common/shell_param_traits.h" |
| 23 } // namespace IPC |
| 24 |
| 25 // Generate param traits log methods. |
| 26 #include "ipc/param_traits_log_macros.h" |
| 27 namespace IPC { |
| 28 #include "content/shell/common/shell_param_traits.h" |
| 29 } // namespace IPC |
| OLD | NEW |