| 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 ebf6f3c6c20b9c2ea56665620d77c2471daae2f8..03dad96a53f40eb1e0f3121a5e13b21cd5270d76 100644
|
| --- a/components/sync/protocol/proto_enum_conversions.h
|
| +++ b/components/sync/protocol/proto_enum_conversions.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| #define COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
|
|
| -// Keep this file in sync with the .proto files in this directory.
|
| -
|
| #include "components/sync/protocol/app_list_specifics.pb.h"
|
| #include "components/sync/protocol/app_specifics.pb.h"
|
| #include "components/sync/protocol/client_debug_info.pb.h"
|
| @@ -14,6 +12,8 @@
|
| #include "components/sync/protocol/session_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
|
|
| +// Keep this file in sync with the .proto files in this directory.
|
| +//
|
| // Utility functions to get the string equivalent for some sync proto
|
| // enums.
|
|
|
|
|