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

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

Issue 2881603005: [Sync] Alphabetize proto conversion files. (Closed)
Patch Set: [Sync] Alphabetize proto conversion files. Created 3 years, 7 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 3cdf50dbf2783a5e3c389dfb97c16cf87c8201c2..d47f213eaf60f0f0ddc5e79ffb73cda4667a7b7e 100644
--- a/components/sync/protocol/proto_enum_conversions.h
+++ b/components/sync/protocol/proto_enum_conversions.h
@@ -25,61 +25,60 @@ namespace syncer {
const char* ProtoEnumToString(
sync_pb::AppListSpecifics::AppListItemType item_type);
-const char* ProtoEnumToString(
- sync_pb::SessionWindow::BrowserType browser_type);
-
-const char* ProtoEnumToString(
- sync_pb::SyncEnums::PageTransition page_transition);
+const char* ProtoEnumToString(sync_pb::AppSpecifics::LaunchType launch_type);
const char* ProtoEnumToString(
- sync_pb::SyncEnums::PageTransitionRedirectType redirect_type);
+ sync_pb::AutofillWalletSpecifics::WalletInfoType wallet_info_type);
const char* ProtoEnumToString(
- sync_pb::WifiCredentialSpecifics::SecurityClass security_class);
+ sync_pb::CommitResponse::ResponseType response_type);
const char* ProtoEnumToString(
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
-const char* ProtoEnumToString(sync_pb::SyncEnums::GetUpdatesOrigin origin);
+const char* ProtoEnumToString(sync_pb::NigoriSpecifics::PassphraseType type);
const char* ProtoEnumToString(
sync_pb::ReadingListSpecifics::ReadingListEntryStatus status);
-const char* ProtoEnumToString(
- sync_pb::CommitResponse::ResponseType response_type);
+const char* ProtoEnumToString(sync_pb::SessionTab::FaviconType favicon_type);
-const char* ProtoEnumToString(sync_pb::SyncEnums::ErrorType error_type);
+const char* ProtoEnumToString(sync_pb::SessionWindow::BrowserType browser_type);
const char* ProtoEnumToString(sync_pb::SyncEnums::Action action);
-const char* ProtoEnumToString(sync_pb::AppSpecifics::LaunchType launch_type);
+const char* ProtoEnumToString(sync_pb::SyncEnums::DeviceType device_type);
-const char* ProtoEnumToString(
- sync_pb::AutofillWalletSpecifics::WalletInfoType wallet_info_type);
+const char* ProtoEnumToString(sync_pb::SyncEnums::ErrorType error_type);
-const char* ProtoEnumToString(
- sync_pb::WalletMetadataSpecifics::Type wallet_metadata_type);
+const char* ProtoEnumToString(sync_pb::SyncEnums::GetUpdatesOrigin origin);
const char* ProtoEnumToString(
- sync_pb::WalletMaskedCreditCard::WalletCardStatus wallet_card_status);
+ sync_pb::SyncEnums::PageTransition page_transition);
const char* ProtoEnumToString(
- sync_pb::WalletMaskedCreditCard::WalletCardType wallet_card_type);
+ sync_pb::SyncEnums::PageTransitionRedirectType redirect_type);
+
+const char* ProtoEnumToString(sync_pb::SyncEnums::SingletonDebugEventType type);
+
+const char* ProtoEnumToString(sync_pb::TabNavigation::BlockedState state);
+
+const char* ProtoEnumToString(sync_pb::TabNavigation::PasswordState state);
const char* ProtoEnumToString(
sync_pb::WalletMaskedCreditCard::WalletCardClass wallet_card_class);
-const char* ProtoEnumToString(sync_pb::SyncEnums::DeviceType device_type);
-
-const char* ProtoEnumToString(sync_pb::SessionTab::FaviconType favicon_type);
+const char* ProtoEnumToString(
+ sync_pb::WalletMaskedCreditCard::WalletCardStatus wallet_card_status);
-const char* ProtoEnumToString(sync_pb::NigoriSpecifics::PassphraseType type);
+const char* ProtoEnumToString(
+ sync_pb::WalletMaskedCreditCard::WalletCardType wallet_card_type);
const char* ProtoEnumToString(
- sync_pb::SyncEnums::SingletonDebugEventType type);
+ sync_pb::WalletMetadataSpecifics::Type wallet_metadata_type);
-const char* ProtoEnumToString(sync_pb::TabNavigation::BlockedState state);
-const char* ProtoEnumToString(sync_pb::TabNavigation::PasswordState state);
+const char* ProtoEnumToString(
+ sync_pb::WifiCredentialSpecifics::SecurityClass security_class);
} // namespace syncer
« 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