Index: sync/protocol/proto_value_conversions.h |
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h |
index cde44de704fe01c18d16b8f05a7b9081238ca076..187fa105d3521bb9a19feaead9e0be30b227355a 100644 |
--- a/sync/protocol/proto_value_conversions.h |
+++ b/sync/protocol/proto_value_conversions.h |
@@ -79,6 +79,7 @@ class Target; |
class ThemeSpecifics; |
class TimeRangeDirective; |
class TypedUrlSpecifics; |
+class WifiCredentialSpecifics; |
} // namespace sync_pb |
// Utility functions to convert sync protocol buffers to dictionaries. |
@@ -278,6 +279,9 @@ SYNC_EXPORT_PRIVATE base::DictionaryValue* ThemeSpecificsToValue( |
SYNC_EXPORT_PRIVATE base::DictionaryValue* TypedUrlSpecificsToValue( |
const sync_pb::TypedUrlSpecifics& typed_url_specifics); |
+SYNC_EXPORT_PRIVATE base::DictionaryValue* WifiCredentialSpecificsToValue( |
+ const sync_pb::WifiCredentialSpecifics& wifi_credential_specifics); |
+ |
// Any present extensions are mapped to sub-dictionary values with the |
// key equal to the extension name. |
SYNC_EXPORT_PRIVATE base::DictionaryValue* EntitySpecificsToValue( |