| Index: components/sync/engine_impl/syncer_proto_util.h
|
| diff --git a/components/sync/engine_impl/syncer_proto_util.h b/components/sync/engine_impl/syncer_proto_util.h
|
| index 017cc8fd39baeed90bad9023edf4d43f8b8b781a..cd8f136def4fdc472bad40507d74765e98251be6 100644
|
| --- a/components/sync/engine_impl/syncer_proto_util.h
|
| +++ b/components/sync/engine_impl/syncer_proto_util.h
|
| @@ -134,6 +134,7 @@ class SyncerProtoUtil {
|
| static base::TimeDelta GetThrottleDelay(
|
| const sync_pb::ClientToServerResponse& response);
|
|
|
| + friend class LoopbackServerTest;
|
| friend class SyncerProtoUtilTest;
|
| FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, AddRequestBirthday);
|
| FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, PostAndProcessHeaders);
|
|
|