| Index: dbus/property.h
|
| diff --git a/dbus/property.h b/dbus/property.h
|
| index 616a59514835b57f067dd93c21da4cc8772c244f..0559ea0554a931c6db605c06c9258532ce071d50 100644
|
| --- a/dbus/property.h
|
| +++ b/dbus/property.h
|
| @@ -622,6 +622,17 @@ Property<std::unordered_map<std::string, std::vector<uint8_t>>>::
|
| extern template class CHROME_DBUS_EXPORT
|
| Property<std::unordered_map<std::string, std::vector<uint8_t>>>;
|
|
|
| +template <>
|
| +CHROME_DBUS_EXPORT bool
|
| +Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>::
|
| + PopValueFromReader(MessageReader* reader);
|
| +template <>
|
| +CHROME_DBUS_EXPORT void
|
| +Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>::
|
| + AppendSetValueToWriter(MessageWriter* writer);
|
| +extern template class CHROME_DBUS_EXPORT
|
| + Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>;
|
| +
|
| #pragma GCC diagnostic pop
|
|
|
| } // namespace dbus
|
|
|