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

Unified Diff: components/sync/protocol/proto_enum_conversions.h

Issue 2938813003: [Sync] Nest UserEvent message classes within UserEventSpecifics. (Closed)
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « no previous file | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/proto_enum_conversions.h
diff --git a/components/sync/protocol/proto_enum_conversions.h b/components/sync/protocol/proto_enum_conversions.h
index 3a2b50c95ef5df773bd13cba194aedaa9b7a18ff..fbc82779ef70741abfb0d56b1ee860b65e9ee94d 100644
--- a/components/sync/protocol/proto_enum_conversions.h
+++ b/components/sync/protocol/proto_enum_conversions.h
@@ -65,7 +65,8 @@ const char* ProtoEnumToString(sync_pb::TabNavigation::BlockedState state);
const char* ProtoEnumToString(sync_pb::TabNavigation::PasswordState state);
-const char* ProtoEnumToString(sync_pb::Translation::Interaction interaction);
+const char* ProtoEnumToString(
+ sync_pb::UserEventSpecifics::Translation::Interaction interaction);
const char* ProtoEnumToString(
sync_pb::WalletMaskedCreditCard::WalletCardClass wallet_card_class);
« no previous file with comments | « no previous file | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698