Avi Drissman | d387f092 | 2022-09-14 20:51:31 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors |
yzshen | 791f9b2 | 2016-03-14 22:26:22 | [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 MOJO_PUBLIC_CPP_BINDINGS_LIB_WTF_SERIALIZATION_H_ |
| 6 | #define MOJO_PUBLIC_CPP_BINDINGS_LIB_WTF_SERIALIZATION_H_ |
| 7 | |
yzshen | c875b8ba | 2016-07-13 20:24:19 | [diff] [blame] | 8 | #include "mojo/public/cpp/bindings/map_traits_wtf_hash_map.h" |
yzshen | 8b2166b | 2016-05-02 18:20:57 | [diff] [blame] | 9 | #include "mojo/public/cpp/bindings/string_traits_wtf.h" |
yzshen | 791f9b2 | 2016-03-14 22:26:22 | [diff] [blame] | 10 | |
| 11 | #endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_WTF_SERIALIZATION_H_ |