Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: services/preferences/public/cpp/preferences_struct_traits.h

Issue 2767743003: Pref service: Merge connectors and send a PrefRegistry in Connect(). (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/preferences/public/cpp/preferences_struct_traits.h
diff --git a/services/preferences/public/cpp/preferences_struct_traits.h b/services/preferences/public/cpp/preferences_struct_traits.h
index 568f37176180cc0098417d9ff73821df4bca6e41..194d2748b2451306e45cc00ce3e2716e5e0338d4 100644
--- a/services/preferences/public/cpp/preferences_struct_traits.h
+++ b/services/preferences/public/cpp/preferences_struct_traits.h
@@ -23,13 +23,13 @@ struct EnumTraits<::prefs::mojom::PrefStoreType,
};
template <>
-struct EnumTraits<::prefs::mojom::PersistentPrefStoreConnector_ReadError,
+struct EnumTraits<::prefs::mojom::PersistentPrefStoreConnection_ReadError,
::PersistentPrefStore::PrefReadError> {
- static prefs::mojom::PersistentPrefStoreConnector_ReadError ToMojom(
+ static prefs::mojom::PersistentPrefStoreConnection_ReadError ToMojom(
PersistentPrefStore::PrefReadError input);
static bool FromMojom(
- prefs::mojom::PersistentPrefStoreConnector_ReadError input,
+ prefs::mojom::PersistentPrefStoreConnection_ReadError input,
PersistentPrefStore::PrefReadError* output);
};
« no previous file with comments | « services/preferences/public/cpp/preferences.typemap ('k') | services/preferences/public/cpp/preferences_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698