| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index 32f61b0ba32f9065d16282ceedea911baa450705..04b63fa70dc4a468610dbbe8d4566adfbcda6066 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -31,12 +31,6 @@ struct UserShare;
|
|
|
| class ProfileSyncServiceTestHelper {
|
| public:
|
| - static const std::string GetTagForType(syncer::ModelType model_type);
|
| -
|
| - static bool CreateRoot(syncer::ModelType model_type,
|
| - syncer::UserShare* service,
|
| - syncer::TestIdFactory* ids);
|
| -
|
| static syncer::ImmutableChangeRecordList MakeSingletonChangeRecordList(
|
| int64 node_id, syncer::ChangeRecord::Action action);
|
|
|
|
|